Browse Source

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


			
			
				pull/49/head
			
			
		
Ian MacArthur 17 years ago
parent
commit
17e38137d8
  1. 2
      fluid/fluid.cxx

2
fluid/fluid.cxx

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
# include <direct.h>
# include <windows.h>
# include <io.h>
# include <FCNTL.H>
# include <fcntl.h>
# include <commdlg.h>
# include <FL/x.H>
# ifndef __WATCOMC__

Loading…
Cancel
Save