Add a header file for strings

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>
This commit is contained in:
Simon Glass
2018-10-09 04:40:27 -06:00
parent 0bf964592a
commit 109860ff3e
+1
View File
@@ -0,0 +1 @@
#include <linux/string.h>