Add a header file for strings
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:34 +0000 (12:22 -0600)
committerSimon 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]

diff --git a/include/string.h b/include/string.h
new file mode 100644 (file)
index 0000000..38134dc
--- /dev/null
@@ -0,0 +1 @@
+#include <linux/string.h>