diff options
| author | Tom Rini <[email protected]> | 2018-11-23 17:25:27 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-23 17:25:27 -0500 |
| commit | 5830791d91d1200854ef78fcb32f808c8080f0f0 (patch) | |
| tree | c9ec3c59244371d8ad9992a2ba332a7b50d33950 /lib/string.c | |
| parent | a3e1653ddeb02f39481eba572275016171e9670c (diff) | |
| parent | a58986ca8b53d8c7a441397082f84edc7f47d19f (diff) | |
Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
Various minor sandbox improvements
Better buildman warning handling
Misc other things
Diffstat (limited to 'lib/string.c')
| -rw-r--r-- | lib/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/string.c b/lib/string.c index c4ca944bb42..af17c16f616 100644 --- a/lib/string.c +++ b/lib/string.c @@ -15,6 +15,7 @@ * reentrant and should be faster). Use only strsep() in new code, please. */ +#include <config.h> #include <linux/types.h> #include <linux/string.h> #include <linux/ctype.h> |
