mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
tests: don't #include <sys/resource.h> on win32
This commit is contained in:
parent
45736d33bb
commit
f970dfc734
@ -23,12 +23,15 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
static gpointer
|
||||
thread1_func (gpointer data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user