From 90fb851ec17058b03e400de70a464ca38e2569aa Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 11 Mar 2018 18:18:15 +0100 Subject: include for types size_t, ssize_t etc This makes sure xml.c in particular can be compiled without further feature macros. --- xml.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xml.c') diff --git a/xml.c b/xml.c index bff793d..da66554 100644 --- a/xml.c +++ b/xml.c @@ -1,3 +1,5 @@ +#include + #include #include #include -- cgit v1.2.3