summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/jffs2/include/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/jffs2/include/linux/string.h')
-rw-r--r--cpukit/libfs/src/jffs2/include/linux/string.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libfs/src/jffs2/include/linux/string.h b/cpukit/libfs/src/jffs2/include/linux/string.h
new file mode 100644
index 0000000000..fc14ba607f
--- /dev/null
+++ b/cpukit/libfs/src/jffs2/include/linux/string.h
@@ -0,0 +1,6 @@
+#ifndef __LINUX_STRING_H__
+#define __LINUX_STRING_H__
+
+#include <string.h>
+
+#endif /* __LINUX_STRING_H__ */