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 f80c264..3f0aaf4 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 f80c264..3f0aaf4 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 f80c264..3f0aaf4 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 f80c264..3f0aaf4 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 1acb4f9..8f7adc1 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