commit 2565ba5d80b9ed075bcf2f2f4a6de5d38579bfaf parent 36b8df117ebdaaffe653427d3b06ce737bb94fa8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 31 Jul 2015 22:26:44 +0200 xml: fix missing include strings.h, for strncasecmp Diffstat:
M | xml.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/xml.c b/xml.c @@ -4,6 +4,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include "xml.h"