From 64977d27e124e2e37cd4a0b5fad7afaa86f87854 Mon Sep 17 00:00:00 2001
From: Gaetan Bricteux <gaetan.bricteux@uclouvain.be>
Date: Mon, 22 Nov 2010 09:02:02 +0000
Subject: [PATCH] fix

---
 Graphics/drawPost.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp
index decb6c91b0..06bfd275e2 100644
--- a/Graphics/drawPost.cpp
+++ b/Graphics/drawPost.cpp
@@ -19,7 +19,7 @@
 
 #if defined(HAVE_FLTK)
 #include <FL/Fl.H>
-#include <FL/gl.H>
+#include <FL/gl.h>
 #endif
 
 static void drawArrays(drawContext *ctx, PView *p, VertexArray *va, GLint type, 
-- 
GitLab