treewide: Add missing string.h includes

Add string.h to files that use string functions like strdup, strcmp,
strcpy, etc. These are implicitly available through the malloc.h header
but that will soon change.

For bouncebuf, take this opportunity to sort the headers correctly.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-11-28 09:58:59 -07:00
parent 092588090a
commit be5644b176
26 changed files with 29 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
#include <expo.h>
#include <log.h>
#include <malloc.h>
#include <string.h>
#include <vsprintf.h>
#include <asm/cb_sysinfo.h>