Fix a small out of tree compilation issue
authorHao Hu <ihaohu@gmail.com>
Tue, 12 Oct 2010 13:04:34 +0000 (15:04 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 12 Oct 2010 13:04:34 +0000 (15:04 +0200)
exsltconfig.h should be addressed differently

libexslt/exslt.c

index f29c42b..2dadce0 100644 (file)
@@ -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