From: Tor Lillqvist Date: Sun, 9 Jan 2005 01:18:32 +0000 (+0000) Subject: Include on Windows for prototypes. (#163390, Kazuki Iwamoto) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f45d2ee72496345c1c92be0d5aad1d7e3b9cd740;p=dana%2Fcg-glib.git Include on Windows for prototypes. (#163390, Kazuki Iwamoto) 2005-01-09 Tor Lillqvist * glib/gfileutils.c: Include on Windows for prototypes. (#163390, Kazuki Iwamoto) --- diff --git a/ChangeLog b/ChangeLog index 4a5a5a63..30e71527 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-09 Tor Lillqvist + + * glib/gfileutils.c: Include on Windows for + prototypes. (#163390, Kazuki Iwamoto) + 2005-01-07 Matthias Clasen * NEWS: Typo fixes. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4a5a5a63..30e71527 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-01-09 Tor Lillqvist + + * glib/gfileutils.c: Include on Windows for + prototypes. (#163390, Kazuki Iwamoto) + 2005-01-07 Matthias Clasen * NEWS: Typo fixes. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 4a5a5a63..30e71527 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-01-09 Tor Lillqvist + + * glib/gfileutils.c: Include on Windows for + prototypes. (#163390, Kazuki Iwamoto) + 2005-01-07 Matthias Clasen * NEWS: Typo fixes. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4a5a5a63..30e71527 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2005-01-09 Tor Lillqvist + + * glib/gfileutils.c: Include on Windows for + prototypes. (#163390, Kazuki Iwamoto) + 2005-01-07 Matthias Clasen * NEWS: Typo fixes. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4a5a5a63..30e71527 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-01-09 Tor Lillqvist + + * glib/gfileutils.c: Include on Windows for + prototypes. (#163390, Kazuki Iwamoto) + 2005-01-07 Matthias Clasen * NEWS: Typo fixes. diff --git a/glib/gfileutils.c b/glib/gfileutils.c index d5c5a20a..6868d0e7 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -39,6 +39,7 @@ #ifdef G_OS_WIN32 #include +#include #endif /* G_OS_WIN32 */ #ifndef S_ISLNK