diff options
Diffstat (limited to 'examples/OpenGL3test.cxx')
| -rw-r--r-- | examples/OpenGL3test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/OpenGL3test.cxx b/examples/OpenGL3test.cxx index a1545505f..1f8c2b8d9 100644 --- a/examples/OpenGL3test.cxx +++ b/examples/OpenGL3test.cxx @@ -3,7 +3,7 @@ // // Tiny OpenGL v3 demo program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 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 @@ -18,7 +18,7 @@ #include <stdarg.h> #include <FL/Fl.H> -#include <FL/x.H> +#include <FL/platform.H> #include <FL/Fl_Window.H> #include <FL/Fl_Gl_Window.H> #include <FL/Fl_Light_Button.H> |
