mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Assume string.h is available
This commit is contained in:
parent
47133ec63f
commit
e9da546b81
@ -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:
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user