commit | fd8dc9705af776debae2d986136b25921b6a3e95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:34 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | baa3ca27a1667a3a420d58d96a8f1f733d893192 | |
parent | d5063fdbcaa43ac7c462723997f472e9e6b6b936 [diff] [blame] |
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>
diff --git a/include/string.h b/include/string.h new file mode 100644 index 0000000..38134dc --- /dev/null +++ b/include/string.h
@@ -0,0 +1 @@ +#include <linux/string.h>