diff options
author | Hao Hu <ihaohu@gmail.com> | 2010-10-12 15:04:34 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2010-10-12 15:04:34 +0200 |
commit | c1c98594e1b3aa68cbf04296bf8f192173151cde (patch) | |
tree | efc40a77fde390ffa783d5538e01feae3c8b90b6 /libexslt | |
parent | 193322ac0519651d846eed2377f13d5b214fb108 (diff) | |
download | libxslt-c1c98594e1b3aa68cbf04296bf8f192173151cde.tar.gz libxslt-c1c98594e1b3aa68cbf04296bf8f192173151cde.tar.bz2 libxslt-c1c98594e1b3aa68cbf04296bf8f192173151cde.zip |
Fix a small out of tree compilation issue
exsltconfig.h should be addressed differently
Diffstat (limited to 'libexslt')
-rw-r--r-- | libexslt/exslt.c | 2 |
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 |