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

@@ -7,6 +7,8 @@
#include <unistd.h>
#include <gio/gunixinputstream.h>
#include <gio/gunixoutputstream.h>
#else
#include <io.h>
#endif
static GOptionEntry options[] = {