summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_getchild.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 /cpukit/libfs/src/imfs/imfs_getchild.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--cpukit/libfs/src/imfs/imfs_getchild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_getchild.c b/cpukit/libfs/src/imfs/imfs_getchild.c
index a539fe7def..8b173afc91 100644
--- a/cpukit/libfs/src/imfs/imfs_getchild.c
+++ b/cpukit/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] = ".";