summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files/patch-libxslt::xslt.h
blob: 72db80ae0739f879f1ca95412e2fded970ccc5d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$FreeBSD$

--- libxslt/xslt.h	2001/12/06 12:04:42	1.1
+++ libxslt/xslt.h	2001/12/06 12:07:32
@@ -11,6 +11,12 @@
 
 #include <libxml/tree.h>
 
+#if defined(WIN32) && defined(_MSC_VER)
+#include <libxslt/xsltwin32config.h>
+#else
+#include <libxslt/xsltconfig.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif