file fluid.cxx must include <io.h> on Windows to find the access() function.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-03-19 14:54:54 +00:00
parent b0f0910f79
commit 009283b48c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#if defined(WIN32) && !defined(__CYGWIN__)
# include <direct.h>
# include <windows.h>
# include <io.h>
#else
# include <unistd.h>
#endif