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