summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/imfs/memfile.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:28:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:28:59 +0000
commitc873f40be04014bf6bab87cf7b608a59fe29e781 (patch)
tree9c7db79ef6f8434c2845b2590fadded714785eb5 /c/src/exec/libfs/src/imfs/memfile.c
parent2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c873f40be04014bf6bab87cf7b608a59fe29e781.tar.bz2
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/imfs_getchild.c: include <string.h>. * src/imfs/imfs_gtkn.c: Include <string.h>. * src/imfs/ioman.c: Include <string.h>. * src/imfs/linearfile.c: Include <string.h>. * src/imfs/memfile.c: Include <string.h>.
Diffstat (limited to '')
-rw-r--r--c/src/exec/libfs/src/imfs/memfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libfs/src/imfs/memfile.c b/c/src/exec/libfs/src/imfs/memfile.c
index 042c35fbd5..cfa37c20c6 100644
--- a/c/src/exec/libfs/src/imfs/memfile.c
+++ b/c/src/exec/libfs/src/imfs/memfile.c
@@ -22,6 +22,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include <errno.h>