Assume string.h is available

This commit is contained in:
Matthias Clasen 2006-09-10 05:50:50 +00:00
parent 47133ec63f
commit e9da546b81
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* glib/gbacktrace.c: Assume string.h is available.
(#354523, Behdad Esfahbod)
* configure.in: Bump version to 2.13.0
* glib/glib.symbols:

View File

@ -58,9 +58,7 @@
#include <sys/select.h>
#endif /* HAVE_SYS_SELECT_H */
#ifdef STDC_HEADERS
#include <string.h> /* for bzero on BSD systems */
#endif
#ifdef G_OS_WIN32
# define STRICT /* Strict typing, please */