Files
MINGW-packages/mingw-w64-libxslt/0004-add-missing-include-for-python.all.patch
2014-01-29 10:05:59 +04:00

11 lines
395 B
Diff

--- libxslt-1.1.27/python//libxslt_wrap.h.orig 2012-09-26 17:19:25 +0400
+++ libxslt-1.1.27/python//libxslt_wrap.h 2012-09-26 17:37:40 +0400
@@ -17,6 +17,7 @@
#include <libxslt/transform.h>
#include <libxslt/variables.h>
#include <libxslt/xsltconfig.h>
+#include <libxslt/xsltlocale.h>
#define Pystylesheet_Get(v) (((v) == Py_None) ? NULL : \
(((Pystylesheet_Object *)(v))->obj))