summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-27 12:07:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-27 12:07:13 +0200
commite35ccd2f9c133c4eb1af75f35eb52e2927acb33a (patch)
tree1ae67051a6543f6743c52c0ac0949bbbd68b4bd6 /include/string.h
parente15abc0da76a49306a166188d2fc6fc9bf2c61bb (diff)
downloadbarebox-e35ccd2f9c133c4eb1af75f35eb52e2927acb33a.tar.gz
barebox-e35ccd2f9c133c4eb1af75f35eb52e2927acb33a.tar.xz
add string.h
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
new file mode 100644
index 0000000000..f4327a3d90
--- /dev/null
+++ b/include/string.h
@@ -0,0 +1,3 @@
+
+#include <linux/string.h>
+