diff options
Diffstat (limited to 'xml.h')
-rw-r--r-- | xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef _XML_H #define _XML_H +#include <stdio.h> + typedef struct xmlparser { /* handlers */ void (*xmlattr)(struct xmlparser *, const char *, size_t, |