summaryrefslogtreecommitdiff
path: root/pc/chdirsaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pc/chdirsaf.c')
-rw-r--r--pc/chdirsaf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc/chdirsaf.c b/pc/chdirsaf.c
index 0598f78..8ad0591 100644
--- a/pc/chdirsaf.c
+++ b/pc/chdirsaf.c
@@ -1,6 +1,7 @@
/* A safer version of chdir, which returns back to the
initial working directory when the program exits. */
+#include <config.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>