Skip to content

Commit

Permalink
Merge pull request #634 from smuehlst/opj_aix_issue_633
Browse files Browse the repository at this point in the history
Fix  #633.
  • Loading branch information
mayeut committed Oct 15, 2015
2 parents bd3959d + b3c5817 commit ee04854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/openjp2/opj_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include "opj_includes.h"

#ifdef _WIN32
#include <windows.h>
#else
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/times.h>
#endif /* _WIN32 */
#include "opj_includes.h"

OPJ_FLOAT64 opj_clock(void) {
#ifdef _WIN32
Expand Down

0 comments on commit ee04854

Please sign in to comment.