summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/fchdir.c')
-rw-r--r--c/src/exec/libcsupport/src/fchdir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/fchdir.c b/c/src/exec/libcsupport/src/fchdir.c
index a937088b31..ecef51950c 100644
--- a/c/src/exec/libcsupport/src/fchdir.c
+++ b/c/src/exec/libcsupport/src/fchdir.c
@@ -11,6 +11,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <unistd.h>
#include <sys/stat.h>
#include <errno.h>