From 96794a3eaee9bf368efe475f0a040d0e08b09dc9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 6 Nov 2018 15:21:38 -0700 Subject: 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 --- lib/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/string.c') 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 -- cgit v1.2.3