summaryrefslogtreecommitdiff
path: root/libexslt/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexslt/common.c')
-rw-r--r--libexslt/common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libexslt/common.c b/libexslt/common.c
index f34a77b4..437df065 100644
--- a/libexslt/common.c
+++ b/libexslt/common.c
@@ -1,3 +1,9 @@
+#ifdef WIN32
+#include <win32config.h>
+#else
+#include "config.h"
+#endif
+
#include <libxml/tree.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>