summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Hu <ihaohu@gmail.com>2010-10-12 15:04:34 +0200
committerDaniel Veillard <veillard@redhat.com>2010-10-12 15:04:34 +0200
commitc1c98594e1b3aa68cbf04296bf8f192173151cde (patch)
treeefc40a77fde390ffa783d5538e01feae3c8b90b6
parent193322ac0519651d846eed2377f13d5b214fb108 (diff)
downloadlibxslt-c1c98594e1b3aa68cbf04296bf8f192173151cde.tar.gz
Fix a small out of tree compilation issue
exsltconfig.h should be addressed differently
-rw-r--r--libexslt/exslt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/exslt.c b/libexslt/exslt.c
index f29c42be..2dadce03 100644
--- a/libexslt/exslt.c
+++ b/libexslt/exslt.c
@@ -8,7 +8,7 @@
#include <libxslt/xsltconfig.h>
#include <libxslt/extensions.h>
-#include "exsltconfig.h"
+#include <libexslt/exsltconfig.h>
#include "exslt.h"
const char *exsltLibraryVersion = LIBEXSLT_VERSION_STRING