summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/no_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/no_posix.c')
-rw-r--r--c/src/exec/libcsupport/src/no_posix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/no_posix.c b/c/src/exec/libcsupport/src/no_posix.c
index 9973230e44..a845092173 100644
--- a/c/src/exec/libcsupport/src/no_posix.c
+++ b/c/src/exec/libcsupport/src/no_posix.c
@@ -16,6 +16,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <unistd.h>