diff options
Diffstat (limited to 'src/Fl_get_key.cxx')
| -rw-r--r-- | src/Fl_get_key.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_get_key.cxx b/src/Fl_get_key.cxx index e7b753d64..5bfbb5f1a 100644 --- a/src/Fl_get_key.cxx +++ b/src/Fl_get_key.cxx @@ -3,7 +3,7 @@ // // Keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -25,7 +25,7 @@ #include <FL/Fl.H> #include "drivers/X11/Fl_X11_System_Driver.H" -#include <FL/x.H> // for fl_display +#include <FL/platform.H> // for fl_display extern char fl_key_vector[32]; // in Fl_x.cxx |
