Fix the crt_externs.h include
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Aug 2005 03:11:45 +0000 (03:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Aug 2005 03:11:45 +0000 (03:11 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gutils.c

index f80c2640414cdfb65a1257a590e0e90b35543e27..3f0aaf438397314ba59a25c53f69330edde905b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c: Fix the crt_externs.h include.
+
 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
 
        * NEWS: Fix spelling of my first name.
index f80c2640414cdfb65a1257a590e0e90b35543e27..3f0aaf438397314ba59a25c53f69330edde905b5 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c: Fix the crt_externs.h include.
+
 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
 
        * NEWS: Fix spelling of my first name.
index f80c2640414cdfb65a1257a590e0e90b35543e27..3f0aaf438397314ba59a25c53f69330edde905b5 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c: Fix the crt_externs.h include.
+
 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
 
        * NEWS: Fix spelling of my first name.
index f80c2640414cdfb65a1257a590e0e90b35543e27..3f0aaf438397314ba59a25c53f69330edde905b5 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c: Fix the crt_externs.h include.
+
 2005-08-23  Stepan Kasal  <kasal@ucw.cz>
 
        * NEWS: Fix spelling of my first name.
index 1acb4f9d222de7d931b92d576316a9d43da14668..8f7adc10bbf90ed12f1517098925677a33365f6a 100644 (file)
@@ -47,7 +47,7 @@
 #include <sys/param.h>
 #endif
 #ifdef HAVE_CRT_EXTERNS_H 
-#include <crt-externs.h> /* for _NSGetEnviron */
+#include <crt_externs.h> /* for _NSGetEnviron */
 #endif
 
 /* implement gutils's inline functions