[libxslt] Fix a small out of tree compilation issue
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Fix a small out of tree compilation issue
- Date: Tue, 12 Oct 2010 13:05:36 +0000 (UTC)
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]