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