From 65be3177c793bb132c36f3e6bb87c3a6947be4e0 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Nov 2017 12:45:50 +0100 Subject: gl: Fix GLUT build on MacOS X. --- platform/gl/gl-app.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/gl/gl-app.h') diff --git a/platform/gl/gl-app.h b/platform/gl/gl-app.h index 59252b94..2aea2aed 100644 --- a/platform/gl/gl-app.h +++ b/platform/gl/gl-app.h @@ -7,7 +7,11 @@ int win_open_file(char *buf, int len); #include "mupdf/fitz.h" #include "mupdf/ucdn.h" +#ifndef __APPLE__ #include +#else +#include +#endif extern fz_context *ctx; -- cgit v1.2.3