summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-05 09:03:42 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-05 09:03:42 -0500
commit349d369c5026ce5ac01ad88196db582a7f322286 (patch)
treeaf862d9dc526d1df6ea6a36d997ba56e005501d6
parent10a452fe67ce26eb68bcd448daecb03d684d8b0d (diff)
ticker/low_ticker1/init.c: Add include <rtems/bspIo.h>
-rw-r--r--ticker/low_ticker1/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ticker/low_ticker1/init.c b/ticker/low_ticker1/init.c
index 677434f..699e942 100644
--- a/ticker/low_ticker1/init.c
+++ b/ticker/low_ticker1/init.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <bsp.h>
+#include <rtems/bspIo.h>
rtems_task Test_task(
rtems_task_argument task_index