From d4c8c60b3885873dcc212c8134f23b2739aedbd2 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 24 Jan 2020 01:59:14 +0100 Subject: cleanup some includes --- xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xml.h') diff --git a/xml.h b/xml.h index 990d66d..4a56588 100644 --- a/xml.h +++ b/xml.h @@ -1,6 +1,8 @@ #ifndef _XML_H #define _XML_H +#include + typedef struct xmlparser { /* handlers */ void (*xmlattr)(struct xmlparser *, const char *, size_t, -- cgit v1.2.3