diff options
| author | Manolo Gouy <Manolo> | 2016-03-31 11:01:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-31 11:01:07 +0000 |
| commit | 56e145a1c8cafea814f03cec951bde2753d234f5 (patch) | |
| tree | c774b9e1b5f4822a0c1297b2b9a1a61f629917de /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | 3ca402b609deca8872bab22e379a4131e3ba41ba (diff) | |
Complete removing platform-dependent code from the Fl.H header file.
Type FL_SOCKET is now declared in Fl_System_Driver.H with all other
platform-dependent public types.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11484 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index 29a658d5f..6926487ba 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -26,6 +26,7 @@ #define FL_DARWIN_SYSTEM_DRIVER_H #include <FL/Fl_System_Driver.H> +#include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <sys/stat.h> |
