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/nullopenglgraphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/nullopenglgraphics.h') diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 10853adec..abd73a117 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -39,8 +39,10 @@ #define GL_GLEXT_PROTOTYPES 1 #endif #include +#ifndef __native_client__ #include #endif +#endif class OpenGLGraphicsVertexes; -- cgit v1.2.3-60-g2f50