diff options
Diffstat (limited to 'src/fl_shortcut.cxx')
| -rw-r--r-- | src/fl_shortcut.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index 7cea32430..88f3ed660 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_shortcut.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $" +// "$Id: fl_shortcut.cxx,v 1.4.2.1 1999/05/11 09:39:31 bill Exp $" // // Shortcut support routines for the Fast Light Tool Kit (FLTK). // @@ -41,6 +41,7 @@ #include <FL/Fl.H> #include <FL/Fl_Widget.H> +#include <FL/fl_draw.H> #include <ctype.h> #include <string.h> #ifndef WIN32 @@ -123,5 +124,5 @@ int Fl_Widget::test_shortcut() { } // -// End of "$Id: fl_shortcut.cxx,v 1.4 1999/01/07 19:17:43 mike Exp $". +// End of "$Id: fl_shortcut.cxx,v 1.4.2.1 1999/05/11 09:39:31 bill Exp $". // |
