summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/aio.c')
-rw-r--r--c/src/exec/posix/src/aio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/aio.c b/c/src/exec/posix/src/aio.c
index 9fc072f820..e57880ff78 100644
--- a/c/src/exec/posix/src/aio.c
+++ b/c/src/exec/posix/src/aio.c
@@ -5,6 +5,9 @@
#include <aio.h>
#include <rtems/system.h>
+#include <rtems/posix/seterr.h>
+
+int POSIX_NOT_IMPLEMENTED();
/*PAGE
*