1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-13 13:17:36 +03:00

#include stdlib.h and string.h in order to have protoypes of memory and

2001-10-13  Jaka Mocnik  <jaka@gnu.org>

	* globals.c: #include stdlib.h and string.h in order to have
	protoypes of memory and str*() routines.
This commit is contained in:
Jaka Mocnik 2001-10-13 12:06:09 +00:00 committed by Jaka Mocnik
parent d046356030
commit 77d19aea03
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-10-13 Jaka Mocnik <jaka@gnu.org>
* globals.c: #include stdlib.h and string.h in order to have
protoypes of memory and str*() routines.
Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
* include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h

View File

@ -15,6 +15,9 @@
#include <libxml/xmlmemory.h>
#include <stdlib.h>
#include <string.h>
/*
* Helpful Macro
*/