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/disco_remove_entry.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/disco_remove_entry.c')
-rw-r--r-- | lasso/xml/disco_remove_entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/disco_remove_entry.c b/lasso/xml/disco_remove_entry.c index ffba312b..53eb810f 100644 --- a/lasso/xml/disco_remove_entry.c +++ b/lasso/xml/disco_remove_entry.c @@ -22,6 +22,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "private.h" #include <lasso/xml/disco_remove_entry.h> /** |