
1 Oct
2018
1 Oct
'18
8:22 p.m.
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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/string.h
diff --git a/include/string.h b/include/string.h new file mode 100644 index 00000000000..38134dcf4c7 --- /dev/null +++ b/include/string.h @@ -0,0 +1 @@ +#include <linux/string.h>
--
2.19.0.605.g01d371f741-goog