Skip to content

Commit

Permalink
Small fix so it compiles on OS/X (Darwin), access() needed header file.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2237 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
spitzak committed May 16, 2002
1 parent 8fd4b10 commit 3654682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Fl_Preferences.cxx
@@ -1,5 +1,5 @@
//
// "$Id: Fl_Preferences.cxx,v 1.1.2.11 2002/05/15 19:45:38 easysw Exp $"
// "$Id: Fl_Preferences.cxx,v 1.1.2.12 2002/05/16 08:01:12 spitzak Exp $"
//
// Preferences methods for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -38,6 +38,7 @@
# include <direct.h>
#elif defined (__APPLE__)
# include <Carbon/Carbon.H>
# include <unistd.h>
#else
# include <unistd.h>
#endif
Expand Down Expand Up @@ -1080,5 +1081,5 @@ char Fl_Preferences::Node::remove()


//
// End of "$Id: Fl_Preferences.cxx,v 1.1.2.11 2002/05/15 19:45:38 easysw Exp $".
// End of "$Id: Fl_Preferences.cxx,v 1.1.2.12 2002/05/16 08:01:12 spitzak Exp $".
//

0 comments on commit 3654682

Please sign in to comment.