From cb44c9ae591ae5cdfda932f04bf321932a0e1d0f Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 21 Nov 2016 14:23:45 +0000 Subject: Convert mudraw and muraster to use mu-threads. Saves having the same threading code repeatedly. --- include/mupdf/fitz/system.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/mupdf/fitz/system.h b/include/mupdf/fitz/system.h index 1723824f..3fe4311a 100644 --- a/include/mupdf/fitz/system.h +++ b/include/mupdf/fitz/system.h @@ -81,6 +81,11 @@ #define fz_jmp_buf jmp_buf #endif +#ifndef _MSC_VER +/* For gettimeofday */ +#include +#endif + #ifdef _MSC_VER /* Microsoft Visual C */ /* MSVC up to VS2012 */ -- cgit v1.2.3