diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-26 21:30:29 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-26 21:30:29 +0000 |
commit | cca684b24728312f5a8029e244e062f0ad027cec (patch) | |
tree | e41e6cfcdb058b87025fb3adce6a657193b00545 /libexslt/functions.c | |
parent | ef9ed9d048bd32971796b43b9fec0976c53aa3a0 (diff) | |
download | libxslt-cca684b24728312f5a8029e244e062f0ad027cec.tar.gz libxslt-cca684b24728312f5a8029e244e062f0ad027cec.tar.bz2 libxslt-cca684b24728312f5a8029e244e062f0ad027cec.zip |
applied changes from Tom Moog #58002 Some cleanup, there is still a memory
* libxslt/transform.[ch]: applied changes from Tom Moog #58002
* libexslt/functions.c libxslt/documents.c libxslt/extensions.c:
Some cleanup, there is still a memory leak left and some warnings
in libexslt.
Daniel
Diffstat (limited to 'libexslt/functions.c')
-rw-r--r-- | libexslt/functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexslt/functions.c b/libexslt/functions.c index c5910eaf..56c293d7 100644 --- a/libexslt/functions.c +++ b/libexslt/functions.c @@ -1,3 +1,5 @@ +#include <string.h> + #include <libxml/tree.h> #include <libxml/xpath.h> #include <libxml/xpathInternals.h> |