summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-01-31 11:47:49 +0000
committerManolo Gouy <Manolo>2016-01-31 11:47:49 +0000
commitf93fd54a7c84aa63c9419160a4062e1a25faf505 (patch)
treeacdc28387bbb424442f4112fe8ad6ae634ef2f2c /src/Fl_Device.cxx
parent0a6be0a83f368aff7df7e1a9c567d7e16b92a579 (diff)
Needed for Linux/Unix build.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11098 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx
index 0dffc580c..689ee4654 100644
--- a/src/Fl_Device.cxx
+++ b/src/Fl_Device.cxx
@@ -17,10 +17,10 @@
//
#include <FL/Fl.H>
+#include "config_lib.h"
#include <FL/Fl_Device.H>
#include <FL/Fl_Image.H>
-#include "config_lib.h"
#ifdef FL_CFG_GFX_QUARTZ
#include "drivers/Quartz/Fl_Quartz_Graphics_Driver.h"
#endif