mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
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>
This commit is contained in:
parent
0bf964592a
commit
109860ff3e
1 changed files with 1 additions and 0 deletions
1
include/string.h
Normal file
1
include/string.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <linux/string.h>
|
Loading…
Add table
Reference in a new issue