add an include <sys/time.h> before <sys/resource.h>
This commit is contained in:
parent
f61cda9b7d
commit
08f7bfbb5f
|
@ -28,6 +28,7 @@
|
|||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/times.h>
|
||||
#endif /* WIN32 */
|
||||
|
|
Loading…
Reference in New Issue