tests/: Include unistd.h on *NIX only

https://bugzilla.gnome.org/show_bug.cgi?id=711047
This commit is contained in:
Chun-wei Fan
2013-11-05 16:08:45 +08:00
parent 5fd3c63ae8
commit fd41363e02
10 changed files with 34 additions and 18 deletions

View File

@@ -19,7 +19,9 @@
*/
#include <glib.h>
#include <stdlib.h>
#ifdef G_OS_UNIX
#include <unistd.h>
#endif
#define N_THREADS 8
#define N_ALLOCS 50000