diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-03-19 14:54:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-03-19 14:54:54 +0000 |
| commit | 009283b48c4206cdbecbc6577e2eaee524cff6b7 (patch) | |
| tree | daf230a7363f0354cd7ff8f812c52cdd301c1f22 | |
| parent | b0f0910f7990da92fc017a435c3e73466622dc0d (diff) | |
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
| -rw-r--r-- | fluid/fluid.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 283788ff4..43c69cc41 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -48,6 +48,7 @@ #if defined(WIN32) && !defined(__CYGWIN__) # include <direct.h> # include <windows.h> +# include <io.h> #else # include <unistd.h> #endif |
