From 8212e4bfe793db92b5fea731945bf9b7bc1acbcd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 15 Apr 2011 21:41:34 +0000 Subject: [PATCH] Corrected gl.h instead of gl.H git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8594 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index ceca337ee..bb005aa8e 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -35,7 +35,7 @@ static int temp = fl_gl_load_plugin; #include #include #ifdef __APPLE__ -#include +#include #endif #include "Fl_Gl_Choice.H" #include