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/id-wsf/data_service.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/id-wsf/data_service.c')
| -rw-r--r-- | lasso/id-wsf/data_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c index 477d2732..065881a2 100644 --- a/lasso/id-wsf/data_service.c +++ b/lasso/id-wsf/data_service.c @@ -56,6 +56,7 @@ * */ +#include "../xml/private.h" #include "../utils.h" #include <libxml/xpath.h> #include <libxml/xpathInternals.h> |
