aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/expat/xmltok.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/expat/xmltok.c')
-rw-r--r--libxsde/xsde/c/expat/xmltok.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxsde/xsde/c/expat/xmltok.c b/libxsde/xsde/c/expat/xmltok.c
index 77ab2e9..12b913a 100644
--- a/libxsde/xsde/c/expat/xmltok.c
+++ b/libxsde/xsde/c/expat/xmltok.c
@@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
+#include <xsde/c/pre.h>
+
#include <stddef.h>
#include "config.h"
@@ -1669,3 +1671,5 @@ XmlInitUnknownEncodingNS(void *mem,
}
#endif /* XML_NS */
+
+#include <xsde/c/post.h>