[libxslt] Fix a small out of tree compilation issue



commit c1c98594e1b3aa68cbf04296bf8f192173151cde
Author: Hao Hu <ihaohu gmail com>
Date:   Tue Oct 12 15:04:34 2010 +0200

    Fix a small out of tree compilation issue
    
    exsltconfig.h should be addressed differently

 libexslt/exslt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libexslt/exslt.c b/libexslt/exslt.c
index f29c42b..2dadce0 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 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]