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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/aio.c b/c/src/exec/posix/src/aio.c
index 3deb457676..3218f1dc97 100644
--- a/c/src/exec/posix/src/aio.c
+++ b/c/src/exec/posix/src/aio.c
@@ -2,6 +2,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <aio.h>
#include <rtems/system.h>