Fix the crt_externs.h include

This commit is contained in:
Matthias Clasen 2005-08-24 03:11:45 +00:00
parent 6072bfbb08
commit 4adde8fdca
5 changed files with 17 additions and 1 deletions

View 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.

View 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.

View 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.

View 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.

View 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