Assume string.h is available
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Sep 2006 05:50:50 +0000 (05:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Sep 2006 05:50:50 +0000 (05:50 +0000)
ChangeLog
glib/gbacktrace.c

index 6c88e4b..d042823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 5597b12..9ff26ee 100644 (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 */