On Win32, include process.h (#325015, Kazuki Iwamoto)

2005-12-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/gslice.c: On Win32, include process.h  (#325015, Kazuki
	Iwamoto)
This commit is contained in:
Matthias Clasen 2005-12-26 23:18:09 +00:00 committed by Matthias Clasen
parent cc00d31fe5
commit 8ade96bdce
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
Iwamoto)
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email

View File

@ -1,3 +1,8 @@
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
Iwamoto)
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email

View File

@ -1,3 +1,8 @@
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
Iwamoto)
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email

View File

@ -31,6 +31,7 @@
#endif
#ifdef G_OS_WIN32
#include <windows.h>
#include <process.h>
#endif
/* the GSlice allocator is split up into 4 layers, roughly modelled after the slab