summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-02-05 19:22:30 +0000
committerKatolaZ <katolaz@freaknet.org>2020-02-05 19:22:30 +0000
commitb416c171bb34297d7f8bc4c027de7136a113d144 (patch)
treeef50468a5cf6a92882a4db4b2b86410b61c56072 /xml.h
parent1e797ce6bffc927a69bc38828b5158dbb68b5950 (diff)
merge new version of xmlparser (f32a38c45da3bd764f1708600a33bd878cbe8afc)
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml.h b/xml.h
index b7e9fc1..6ee18b4 100644
--- a/xml.h
+++ b/xml.h
@@ -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,