diff options
| author | Antonin Descampe <antonin@gmail.com> | 2005-12-02 13:48:10 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2005-12-02 13:48:10 +0000 |
| commit | 08f7bfbb5f1e8dccaef0128b39af1cea7548c50e (patch) | |
| tree | b0a0a04e747a9e4888cf5a361bdceb488c611326 /libopenjpeg | |
| parent | f61cda9b7d83e0202cbaa15bac45d358e9b3652e (diff) | |
add an include <sys/time.h> before <sys/resource.h>
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/j2k_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/j2k_lib.c b/libopenjpeg/j2k_lib.c index 9ed3740b..8fad5ded 100644 --- a/libopenjpeg/j2k_lib.c +++ b/libopenjpeg/j2k_lib.c @@ -28,6 +28,7 @@ #ifdef WIN32 #include <windows.h> #else +#include <sys/time.h> #include <sys/resource.h> #include <sys/times.h> #endif /* WIN32 */ |
