Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
On Win32, include process.h (#325015, Kazuki Iwamoto)
Browse files Browse the repository at this point in the history
2005-12-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/gslice.c: On Win32, include process.h  (#325015, Kazuki
	Iwamoto)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Dec 26, 2005
1 parent cc00d31 commit 8ade96b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
@@ -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
Expand Down
1 change: 1 addition & 0 deletions glib/gslice.c
Expand Up @@ -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
Expand Down

0 comments on commit 8ade96b

Please sign in to comment.