summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/getgrent.c')
-rw-r--r--cpukit/libcsupport/src/getgrent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/getgrent.c b/cpukit/libcsupport/src/getgrent.c
index da339718a0..e4fc0fe474 100644
--- a/cpukit/libcsupport/src/getgrent.c
+++ b/cpukit/libcsupport/src/getgrent.c
@@ -8,6 +8,9 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdio.h>
#include <sys/types.h>