From 3c96dd4d8553538d628527a93238a685321fc68a Mon Sep 17 00:00:00 2001 From: Dejan Lekic Date: Sat, 27 Aug 2005 05:25:50 +0000 Subject: Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. Patch provided by Amir Shalem in STR#995 . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4541 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 1dd66dc39..cc1ee7720 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -50,7 +50,7 @@ // The following include files require GCC 3.x or a non-GNU compiler... #if !defined(__GNUC__) || __GNUC__ >= 3 # include -# include +# include #endif // !__GNUC__ || __GNUC__ >= 3 -- cgit v1.2.3