mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
tests W32: include process.h for getpid()
At least, MinGW has POSIX names. No idea if this works in MSVC.
This commit is contained in:
parent
190ea6ed10
commit
d2c9543f2e
@ -25,6 +25,9 @@
|
||||
#ifdef G_OS_UNIX
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef G_OS_WIN32
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
static gchar *dir, *filename, *displayname, *childname;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user