diff options
| author | Manolo Gouy <Manolo> | 2016-03-25 13:08:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-25 13:08:48 +0000 |
| commit | a69133d3177f025d9810bdf9305147f80bbb270e (patch) | |
| tree | c0513df6f46a47acb80860a0a03055ab376e3e98 /src/fl_shortcut.cxx | |
| parent | 2530120d7d084f1ffbb9331e925153a3bcb15b92 (diff) | |
Separating platform-dependent from platform-independent code: make src/Fl.cxx cross-platform.
File src/Fl_win32.cxx is now compiled instead of included in Fl.cxx.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11420 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_shortcut.cxx')
| -rw-r--r-- | src/fl_shortcut.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index fc1a14c19..3602f913e 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -36,6 +36,7 @@ #include <FL/Fl_Widget.H> #include <FL/Fl_Button.H> #include <FL/fl_draw.H> +#include <FL/Fl_System_Driver.H> #include <stdlib.h> #include <ctype.h> #include "flstring.h" |
