From 1eb924770cc7c202a19ab243861757387571b380 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 29 Oct 2004 02:04:28 +0000 Subject: [PATCH] Include also for mkdir() prototype with MSVC. [156727, Kazuki 2004-10-29 Tor Lillqvist * glib/gstdio.c: Include also for mkdir() prototype with MSVC. [156727, Kazuki IWAMOTO] --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-12 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ glib/gstdio.c | 1 + 6 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index fb0d0e3..598e572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-29 Tor Lillqvist + * glib/gstdio.c: Include also for mkdir() prototype + with MSVC. [156727, Kazuki IWAMOTO] + * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fb0d0e3..598e572 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-10-29 Tor Lillqvist + * glib/gstdio.c: Include also for mkdir() prototype + with MSVC. [156727, Kazuki IWAMOTO] + * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index fb0d0e3..598e572 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2004-10-29 Tor Lillqvist + * glib/gstdio.c: Include also for mkdir() prototype + with MSVC. [156727, Kazuki IWAMOTO] + * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index fb0d0e3..598e572 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-10-29 Tor Lillqvist + * glib/gstdio.c: Include also for mkdir() prototype + with MSVC. [156727, Kazuki IWAMOTO] + * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fb0d0e3..598e572 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-10-29 Tor Lillqvist + * glib/gstdio.c: Include also for mkdir() prototype + with MSVC. [156727, Kazuki IWAMOTO] + * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO) diff --git a/glib/gstdio.c b/glib/gstdio.c index b7775c3..5cb95e2 100644 --- a/glib/gstdio.c +++ b/glib/gstdio.c @@ -34,6 +34,7 @@ #ifdef G_OS_WIN32 #include #include +#include #include #endif -- 2.7.4