projects
/
platform
/
upstream
/
libxslt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193322a
)
Fix a small out of tree compilation issue
author
Hao Hu
<ihaohu@gmail.com>
Tue, 12 Oct 2010 13:04:34 +0000
(15:04 +0200)
committer
Daniel Veillard
<veillard@redhat.com>
Tue, 12 Oct 2010 13:04:34 +0000
(15:04 +0200)
exsltconfig.h should be addressed differently
libexslt/exslt.c
patch
|
blob
|
history
diff --git
a/libexslt/exslt.c
b/libexslt/exslt.c
index
f29c42b
..
2dadce0
100644
(file)
--- 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