Include stdlib.h Required for build with newer gcc
1 files changed, 2 insertions(+), 1 deletions(-) M cbits/hslibxml-shim.c
M cbits/hslibxml-shim.c => cbits/hslibxml-shim.c +2 -1
@@ 1,8 1,9 @@ #define _GNU_SOURCE #include "hslibxml-shim.h" -#include <string.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> /* for hslibxml_parse_complete */ #include <libxml/parserInternals.h>