summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-09-28 01:45:49 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-09-28 01:45:49 +0000
commit1133731a3e82fa80315fd6ab2193e1e549358b31 (patch)
tree1dde713bfdbdfc6b428d66fc2a20ad190f7d83d3 /python
parentc5f8d4199abba6af8d47d6c17f2eb5d03f894aae (diff)
downloadlibxslt-1133731a3e82fa80315fd6ab2193e1e549358b31.tar.gz
libxslt-1133731a3e82fa80315fd6ab2193e1e549358b31.tar.bz2
libxslt-1133731a3e82fa80315fd6ab2193e1e549358b31.zip
minor cleanup for various compilation warnings (AIX as well as gcc)
* libxslt/numbers.c, libxslt/extensions.c, libexslt/date.c, python/libxslt.c, xsltproc/xsltproc.c: minor cleanup for various compilation warnings (AIX as well as gcc)
Diffstat (limited to 'python')
-rw-r--r--python/libxslt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxslt.c b/python/libxslt.c
index 09b4cc54..e5a852dc 100644
--- a/python/libxslt.c
+++ b/python/libxslt.c
@@ -16,6 +16,7 @@
#include <libxml/xmlmemory.h>
#include <libxml/tree.h>
#include <libxml/xpath.h>
+#include "libexslt/exslt.h"
#include "libxslt_wrap.h"
#include "libxslt-py.h"