STR #2093 - fix typo (name case) FCNTL.H should be fcntl.h, affecting some mingw builds

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6532 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Ian MacArthur
2008-11-29 17:06:31 +00:00
parent 1d571c3054
commit 17e38137d8
+1 -1
View File
@@ -57,7 +57,7 @@
# include <direct.h> # include <direct.h>
# include <windows.h> # include <windows.h>
# include <io.h> # include <io.h>
# include <FCNTL.H> # include <fcntl.h>
# include <commdlg.h> # include <commdlg.h>
# include <FL/x.H> # include <FL/x.H>
# ifndef __WATCOMC__ # ifndef __WATCOMC__