diff options
author | Simon Glass <sjg@chromium.org> | 2018-10-01 12:22:34 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-10-09 04:40:27 -0600 |
commit | 109860ff3ec7d3d2ba1363a29a480e2d8551ed21 (patch) | |
tree | baa3ca27a1667a3a420d58d96a8f1f733d893192 /include/string.h | |
parent | 0bf964592ab2955957e1c265508ade345ff7683b (diff) | |
download | u-boot-109860ff3ec7d3d2ba1363a29a480e2d8551ed21.tar.gz |
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>
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/string.h> |