And so quiets a warning from sparse about undeclared symbols when running on its own code. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- char.c | 1 + 1 file changed, 1 insertion(+) diff --git a/char.c b/char.c index 9bd3fc0d..e3f6a006 100644 --- a/char.c +++ b/char.c @@ -4,6 +4,7 @@ #include "allocate.h" #include "token.h" #include "expression.h" +#include "char.h" static const char *parse_escape(const char *p, unsigned *val, const char *end, int bits, struct position pos) { -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html