summaryrefslogtreecommitdiffstats
path: root/c/src/libfs/src/imfs/imfs_getchild.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libfs/src/imfs/imfs_getchild.c')
-rw-r--r--c/src/libfs/src/imfs/imfs_getchild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/libfs/src/imfs/imfs_getchild.c b/c/src/libfs/src/imfs/imfs_getchild.c
index a539fe7def..8b173afc91 100644
--- a/c/src/libfs/src/imfs/imfs_getchild.c
+++ b/c/src/libfs/src/imfs/imfs_getchild.c
@@ -19,6 +19,7 @@
#include <errno.h>
#include <assert.h>
+#include <string.h>
#include "imfs.h"
static char dotname[2] = ".";