summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 66ec4ceca..278426000 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -20,6 +20,8 @@
// This is the system-independent portions. The huge amount of
// crap you need to do to communicate with X is in Fl_x.cxx, the
// equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx
+
+#include <config.h>
#include <FL/Fl.H>
#include <FL/x.H>
#include <FL/Fl_Window_Driver.H>