Fix tests to compile again - add missing headers to W32, call correct process-id-getting function

https://bugzilla.gnome.org/show_bug.cgi?id=725513
This commit is contained in:
Руслан Ижбулатов
2014-04-21 15:44:47 +00:00
parent 7e0cb48dee
commit 4f73487300
4 changed files with 7 additions and 4 deletions

View File

@@ -32,6 +32,7 @@
#endif
#ifdef G_OS_WIN32
#include <io.h>
#ifndef STDOUT_FILENO
#define STDOUT_FILENO 1
#endif