summaryrefslogtreecommitdiff
path: root/src/gl_start.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 11:08:30 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 11:08:59 +0100
commitd93fc2bfa6b3bd5c33912e2eaaa2d42dfd5f473f (patch)
tree926722c82c5cda56e6641202a3e07336275243b8 /src/gl_start.cxx
parent06793c50fb99366a1008ea601c218b1cb6de0bf4 (diff)
Use <config.h> when appropriate.
Diffstat (limited to 'src/gl_start.cxx')
-rw-r--r--src/gl_start.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx
index f96786c8e..81a704333 100644
--- a/src/gl_start.cxx
+++ b/src/gl_start.cxx
@@ -26,7 +26,7 @@
// be erased when the buffers are swapped (when double buffer hardware
// is being used)
-#include "config_lib.h"
+#include <config.h>
#if HAVE_GL
#include <FL/Fl.H>