mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 20:48:54 +02:00
Assume string.h is available
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2006-09-10 Matthias Clasen <mclasen@redhat.com>
|
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
|
* configure.in: Bump version to 2.13.0
|
||||||
|
|
||||||
* glib/glib.symbols:
|
* glib/glib.symbols:
|
||||||
|
@ -58,9 +58,7 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif /* HAVE_SYS_SELECT_H */
|
#endif /* HAVE_SYS_SELECT_H */
|
||||||
|
|
||||||
#ifdef STDC_HEADERS
|
|
||||||
#include <string.h> /* for bzero on BSD systems */
|
#include <string.h> /* for bzero on BSD systems */
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
# define STRICT /* Strict typing, please */
|
# define STRICT /* Strict typing, please */
|
||||||
|
Reference in New Issue
Block a user