diff --git a/ChangeLog b/ChangeLog index f80c26404..3f0aaf438 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 f80c26404..3f0aaf438 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 f80c26404..3f0aaf438 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 f80c26404..3f0aaf438 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 1acb4f9d2..8f7adc10b 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