From: Simon Glass Date: Mon, 1 Oct 2018 18:22:34 +0000 (-0600) Subject: Add a header file for strings X-Git-Tag: v2025.01-rc5-pxa1908~3370^2~15 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=109860ff3ec7d3d2ba1363a29a480e2d8551ed21;p=u-boot.git 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 --- diff --git a/include/string.h b/include/string.h new file mode 100644 index 0000000000..38134dcf4c --- /dev/null +++ b/include/string.h @@ -0,0 +1 @@ +#include