From: Simon Glass Date: Tue, 6 Nov 2018 22:21:38 +0000 (-0700) Subject: string: Include the config header X-Git-Tag: v2019.01-rc1~28^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96794a3eaee9bf368efe475f0a040d0e08b09dc9;p=oweals%2Fu-boot.git string: Include the config header At present the config header is not included in this file, but it does use a CONFIG option. Fix it. Signed-off-by: Simon Glass --- diff --git a/lib/string.c b/lib/string.c index c4ca944bb4..af17c16f61 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 #include #include #include