summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxaio03/init.c')
-rw-r--r--testsuites/psxtests/psxaio03/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxaio03/init.c b/testsuites/psxtests/psxaio03/init.c
index a44af6ddd5..80b339b419 100644
--- a/testsuites/psxtests/psxaio03/init.c
+++ b/testsuites/psxtests/psxaio03/init.c
@@ -24,6 +24,10 @@
#include <fcntl.h>
#include <rtems/chain.h>
+/* forward declarations to avoid warnings */
+struct aiocb *create_aiocb(int fd);
+void free_aiocb(struct aiocb *aiocbp);
+
#define MAX 6
#define BUFSIZE 128