summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/creat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/creat.c')
-rw-r--r--cpukit/libcsupport/src/creat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/creat.c b/cpukit/libcsupport/src/creat.c
index e487ea16ec..ed7a872d4a 100644
--- a/cpukit/libcsupport/src/creat.c
+++ b/cpukit/libcsupport/src/creat.c
@@ -4,6 +4,10 @@
/* creat() "system call" */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* This is needed by f2c and therefore the SPEC benchmarks. */
#include <fcntl.h>