summaryrefslogtreecommitdiffstats
path: root/include/string.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-31 21:55:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-31 21:55:34 +0200
commit839aaaf9efddeadb5511406697e17db98f718b56 (patch)
treed54491025c08501ab1220d9727e4b9767ba99d4b /include/string.h
parent566e0d93cee4a5b0f6e28c72f0795d1e2af4690d (diff)
downloadbarebox-839aaaf9efddeadb5511406697e17db98f718b56.tar.gz
barebox-839aaaf9efddeadb5511406697e17db98f718b56.tar.xz
add protection from double inclusion in 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
index f4327a3d90..b906e1504e 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,3 +1,6 @@
+#ifndef __STRING_H
+#define __STRING_H
#include <linux/string.h>
+#endif /* __STRING_H */