add an include <sys/time.h> before <sys/resource.h>

This commit is contained in:
Antonin Descampe 2005-12-02 13:48:10 +00:00
parent f61cda9b7d
commit 08f7bfbb5f
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#ifdef WIN32
#include <windows.h>
#else
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/times.h>
#endif /* WIN32 */