summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-22 10:52:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-22 10:52:58 +0000
commit12d1a2632d3625e5c2ef0cb97a545fb2935c96c2 (patch)
tree5ce31d27b4e4a8fd207c39ead66ebf0860a69e8e /src
parent5231785cdd11fc57d9364d43149c860d43402ec5 (diff)
Case sensiteve file names in Unix!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/cfg_gfx/opengl_rect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_gfx/opengl_rect.cxx b/src/cfg_gfx/opengl_rect.cxx
index 63038a19c..8511d8c93 100644
--- a/src/cfg_gfx/opengl_rect.cxx
+++ b/src/cfg_gfx/opengl_rect.cxx
@@ -26,7 +26,7 @@
*/
#include <FL/gl.h>
-#include "opengl.h"
+#include "opengl.H"
void Fl_OpenGL_Graphics_Driver::draw(const char* str, int n, int x, int y) {
gl_draw(str, n, x, y);