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