diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:04:26 +0000 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:04:26 +0000 |
commit | b09ef2e015287adfc16c9f71f0f7c5b3aba3502c (patch) | |
tree | 4a123967a28b03c4d9d075f83dfd843ff3523ff5 /lasso/xml/xml.c | |
parent | 75ed81fb0c963228dc0bd170a09042bf525b817c (diff) | |
download | lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.tar.gz lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.tar.xz lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.zip |
Core: do not mix public and private headers
* lots of files:
explicitely load the internal header xml/private.h where needed.
Diffstat (limited to 'lasso/xml/xml.c')
-rw-r--r-- | lasso/xml/xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 7f43ce6b..fb2a0fda 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -31,6 +31,7 @@ * */ +#include "private.h" #include <ctype.h> #include <libxml/xpath.h> |