diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2003-11-27 18:36:46 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2003-11-27 18:36:46 +0000 |
commit | b23de5ad89fbcd0a0a6dcab2053cb8e25fc7aa0f (patch) | |
tree | 0e2d6ccd4e387a0e42b6ca4804131cf0cdd44405 /xmlwriter.c | |
parent | 7c6f6cc631692e529c2abf03951656f5de4da633 (diff) | |
download | libxml2-b23de5ad89fbcd0a0a6dcab2053cb8e25fc7aa0f.tar.gz |
added IN_LIBXML macro
Diffstat (limited to 'xmlwriter.c')
-rw-r--r-- | xmlwriter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlwriter.c b/xmlwriter.c index fb5acb47..f427200e 100644 --- a/xmlwriter.c +++ b/xmlwriter.c @@ -8,6 +8,7 @@ * alfred@mickautsch.de */ +#define IN_LIBXML #include <string.h> #include "libxml.h" |