projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf9645
)
Add a header file for strings
author
Simon Glass
<sjg@chromium.org>
Mon, 1 Oct 2018 18:22:34 +0000
(12:22 -0600)
committer
Simon Glass
<sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000
(
04:40
-0600)
Add a string.h header for libraries that expect this to be available, now
that U-Boot's version has moved to include/linux.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/string.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/string.h
b/include/string.h
new file mode 100644
(file)
index 0000000..
38134dc
--- /dev/null
+++ b/
include/string.h
@@ -0,0
+1
@@
+#include <linux/string.h>