summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/seekdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/seekdir.c')
-rw-r--r--c/src/exec/libcsupport/src/seekdir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/seekdir.c b/c/src/exec/libcsupport/src/seekdir.c
index eeb9c3209f..a6836c36c6 100644
--- a/c/src/exec/libcsupport/src/seekdir.c
+++ b/c/src/exec/libcsupport/src/seekdir.c
@@ -10,6 +10,10 @@
*
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/param.h>
#include <assert.h>
#include <dirent.h>