diff options
Diffstat (limited to 'test/offscreen.cxx')
| -rw-r--r-- | test/offscreen.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/offscreen.cxx b/test/offscreen.cxx index 11545dea1..e6780f640 100644 --- a/test/offscreen.cxx +++ b/test/offscreen.cxx @@ -3,7 +3,7 @@ // // Offscreen drawing test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 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 @@ -23,7 +23,7 @@ /* Fltk headers */ #include <FL/Fl.H> #include <FL/Fl_Double_Window.H> -#include <FL/x.H> +#include <FL/platform.H> #include <FL/Fl_Box.H> #include <FL/fl_draw.H> |
