summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/imfs/imfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libfs/src/imfs/imfs_mount.c')
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_mount.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libfs/src/imfs/imfs_mount.c b/c/src/exec/libfs/src/imfs/imfs_mount.c
index e58e1248db..158210cd3d 100644
--- a/c/src/exec/libfs/src/imfs/imfs_mount.c
+++ b/c/src/exec/libfs/src/imfs/imfs_mount.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include "imfs.h"