From 1a21baa93fd555e25b95732590282ba9a63dea86 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Dec 2015 20:48:52 +0300 Subject: Fix compilation nacl with OpenGL (regal). --- src/render/mgltypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/render/mgltypes.h') diff --git a/src/render/mgltypes.h b/src/render/mgltypes.h index 330524232..5d033abf3 100644 --- a/src/render/mgltypes.h +++ b/src/render/mgltypes.h @@ -36,8 +36,12 @@ #define GL_GLEXT_PROTOTYPES 1 #endif #include +#ifdef __native_client__ +#include +#else #include #endif +#endif #if defined(__GXX_EXPERIMENTAL_CXX0X__) #include -- cgit v1.2.3-70-g09d2