mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02: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:
committed by
Xavier Claessens
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;
|
||||
|
||||
|
Reference in New Issue
Block a user