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