From 009283b48c4206cdbecbc6577e2eaee524cff6b7 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 19 Mar 2005 14:54:54 +0000 Subject: file fluid.cxx must include on Windows to find the access() function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 1 + 1 file changed, 1 insertion(+) 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 # include +# include #else # include #endif -- cgit v1.2.3