~singpolyma/haskell-libxml-sax

5a8c5e9319f3df7328d101478154baa37d1b4795 — Stephen Paul Weber 7 days ago 922c55d
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>