add an include <sys/time.h> before <sys/resource.h>
authorAntonin Descampe <antonin@gmail.com>
Fri, 2 Dec 2005 13:48:10 +0000 (13:48 +0000)
committerAntonin Descampe <antonin@gmail.com>
Fri, 2 Dec 2005 13:48:10 +0000 (13:48 +0000)
libopenjpeg/j2k_lib.c

index 9ed3740b8b2bfda7107463b5309341533cb3676c..8fad5ded8193e61cef40cf276baf08dd907c72bf 100644 (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 */