瀏覽代碼

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>
Simon Glass 5 年之前
父節點
當前提交
109860ff3e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/string.h

+ 1 - 0
include/string.h

@@ -0,0 +1 @@
+#include <linux/string.h>