From 541407d8a6b1fc4c9fe810e69dfa798866119618 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Tue, 21 Jun 2011 09:44:35 +0000 Subject: [PATCH] [GB.OPENGL] * BUG: Restore prefix GL in glew header inclusion for debian based packages. git-svn-id: svn://localhost/gambas/trunk@3894 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.opengl/src/GL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.opengl/src/GL.h b/gb.opengl/src/GL.h index 61a04a301..254bd4bc8 100644 --- a/gb.opengl/src/GL.h +++ b/gb.opengl/src/GL.h @@ -26,7 +26,7 @@ #include "main.h" -#include +#include #ifndef __GL_C extern GB_DESC Cgl[];