From 4adde8fdca63b1825ddf19adcd42d3f70e433e98 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Aug 2005 03:11:45 +0000 Subject: [PATCH] Fix the crt_externs.h include --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib/gutils.c | 2 +- 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f80c2640..3f0aaf43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Matthias Clasen + + * glib/gutils.c: Fix the crt_externs.h include. + 2005-08-23 Stepan Kasal * NEWS: Fix spelling of my first name. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f80c2640..3f0aaf43 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-08-23 Matthias Clasen + + * glib/gutils.c: Fix the crt_externs.h include. + 2005-08-23 Stepan Kasal * NEWS: Fix spelling of my first name. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index f80c2640..3f0aaf43 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-08-23 Matthias Clasen + + * glib/gutils.c: Fix the crt_externs.h include. + 2005-08-23 Stepan Kasal * NEWS: Fix spelling of my first name. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f80c2640..3f0aaf43 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2005-08-23 Matthias Clasen + + * glib/gutils.c: Fix the crt_externs.h include. + 2005-08-23 Stepan Kasal * NEWS: Fix spelling of my first name. diff --git a/glib/gutils.c b/glib/gutils.c index 1acb4f9d..8f7adc10 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -47,7 +47,7 @@ #include #endif #ifdef HAVE_CRT_EXTERNS_H -#include /* for _NSGetEnviron */ +#include /* for _NSGetEnviron */ #endif /* implement gutils's inline functions -- 2.34.1