mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix the crt_externs.h include
This commit is contained in:
parent
6072bfbb08
commit
4adde8fdca
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user