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 <sjg@chromium.org>
This commit is contained in:
Simon Glass 2018-11-06 15:21:38 -07:00
parent b9f210a35c
commit 96794a3eae

View File

@ -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>