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