summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfifo01/init.c')
-rw-r--r--testsuites/sptests/spfifo01/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/spfifo01/init.c b/testsuites/sptests/spfifo01/init.c
index e0aa442801..e01204ede1 100644
--- a/testsuites/sptests/spfifo01/init.c
+++ b/testsuites/sptests/spfifo01/init.c
@@ -19,6 +19,9 @@
#include "tmacros.h"
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+
#define FIFO_PATH "/fifo01"
static void test_main(void)