summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml/apr_xml_expat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_expat.c b/xml/apr_xml_expat.c
index 6d986a6aa..239ebe504 100644
--- a/xml/apr_xml_expat.c
+++ b/xml/apr_xml_expat.c
@@ -17,7 +17,6 @@
#include "apr.h"
#include "apr_xml.h"
-typedef enum XML_Error XML_Error;
#if defined(HAVE_XMLPARSE_XMLPARSE_H)
#include <xmlparse/xmlparse.h>
#elif defined(HAVE_XMLTOK_XMLPARSE_H)
@@ -28,6 +27,7 @@ typedef enum XML_Error XML_Error;
#include <expat.h>
#endif
+typedef enum XML_Error XML_Error;
#include "apr_xml_internal.h"