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 <s...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot