From 467bedb31558ac3a505d36c798574b81c35d605f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 29 Mar 2006 13:11:56 +0000 Subject: Fixing STR #1222 (case sensitive include fl_draw.H correction) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4883 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index d8aa8e91d..cc539c715 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -36,7 +36,7 @@ #include "flstring.h" #ifdef __APPLE_QUARTZ__ -#include +#include #endif void Fl_Window::_Fl_Window() { -- cgit v1.2.3