summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/stat.c')
-rw-r--r--c/src/exec/libcsupport/src/stat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/stat.c b/c/src/exec/libcsupport/src/stat.c
index a6dc2784b9..872f55ca7c 100644
--- a/c/src/exec/libcsupport/src/stat.c
+++ b/c/src/exec/libcsupport/src/stat.c
@@ -13,6 +13,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
* lstat() and stat() share the same implementation with a minor
* difference on how links are evaluated.