Include <process.h> on Win32 for getpid(). (#173094)
authorTor Lillqvist <tml@novell.com>
Sat, 9 Apr 2005 01:21:29 +0000 (01:21 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 9 Apr 2005 01:21:29 +0000 (01:21 +0000)
2005-04-09  Tor Lillqvist  <tml@novell.com>

* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gutils.c

index 053bb35..dda9507 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-09  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
+
 2005-04-08  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.h
index 053bb35..dda9507 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-09  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
+
 2005-04-08  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.h
index 053bb35..dda9507 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-09  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
+
 2005-04-08  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.h
index 053bb35..dda9507 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-09  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
+
 2005-04-08  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.h
index aa44499..97d427c 100644 (file)
@@ -93,6 +93,7 @@
 #  ifndef CSIDL_PROFILE
 #    define CSIDL_PROFILE 40
 #  endif
+#  include <process.h>
 #endif
 
 #ifdef HAVE_CODESET