summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/opendir.c')
-rw-r--r--c/src/exec/libcsupport/src/opendir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/opendir.c b/c/src/exec/libcsupport/src/opendir.c
index f0e9488684..eef211dcbc 100644
--- a/c/src/exec/libcsupport/src/opendir.c
+++ b/c/src/exec/libcsupport/src/opendir.c
@@ -40,6 +40,10 @@
static char sccsid[] = "@(#)opendir.c 5.11 (Berkeley) 2/23/91";
#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <dirent.h>
#include <fcntl.h>
#include <stdlib.h>