From c1c98594e1b3aa68cbf04296bf8f192173151cde Mon Sep 17 00:00:00 2001 From: Hao Hu Date: Tue, 12 Oct 2010 15:04:34 +0200 Subject: Fix a small out of tree compilation issue exsltconfig.h should be addressed differently --- libexslt/exslt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "exsltconfig.h" +#include #include "exslt.h" const char *exsltLibraryVersion = LIBEXSLT_VERSION_STRING -- cgit v1.2.3