diff options
-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 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 <config.h> #include <linux/types.h> #include <linux/string.h> #include <linux/ctype.h> |