From f80091ed41a318c328b76cc307ec715807173085 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Jul 2010 14:29:45 +0000 Subject: Fixes to compile with MSYS. --- fitz/base_time.c | 2 ++ fitz/fitz.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'fitz') diff --git a/fitz/base_time.c b/fitz/base_time.c index 425c6440..a369099c 100644 --- a/fitz/base_time.c +++ b/fitz/base_time.c @@ -10,6 +10,8 @@ #define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL #endif +struct timeval; + int gettimeofday(struct timeval *tv, struct timezone *tz) { FILETIME ft; diff --git a/fitz/fitz.h b/fitz/fitz.h index 3a6087e6..fb3de145 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -42,7 +42,9 @@ int gettimeofday(struct timeval *tv, struct timezone *tz); #include +#ifndef O_BINARY #define O_BINARY 0 +#endif #endif -- cgit v1.2.3