From bef3a510a63543f94c8bdbb229a2f5f538fa0ec1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Feb 2016 13:13:38 -0600 Subject: config2help: add missing ctype.h include This file uses isspace which is defined in the ctype.h header. --- scripts/config2help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/config2help.c') diff --git a/scripts/config2help.c b/scripts/config2help.c index 6b32fc4e..6ec5e841 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -1,5 +1,6 @@ //#include "toys.h" +#include #include #include #include -- cgit v1.2.3