diff options
| author | Manolo Gouy <Manolo> | 2016-01-31 11:47:49 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-01-31 11:47:49 +0000 |
| commit | f93fd54a7c84aa63c9419160a4062e1a25faf505 (patch) | |
| tree | acdc28387bbb424442f4112fe8ad6ae634ef2f2c | |
| parent | 0a6be0a83f368aff7df7e1a9c567d7e16b92a579 (diff) | |
Needed for Linux/Unix build.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11098 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_Bitmap.cxx | 1 | ||||
| -rw-r--r-- | src/Fl_Copy_Surface.cxx | 1 | ||||
| -rw-r--r-- | src/Fl_Device.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Image.cxx | 1 | ||||
| -rw-r--r-- | src/Fl_Pixmap.cxx | 2 |
6 files changed, 6 insertions, 3 deletions
diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 0c64cc4da..779b22308 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -24,6 +24,7 @@ #include <FL/Fl.H> #include <FL/x.H> +#include "config_lib.h" #include <FL/fl_draw.H> #include <FL/Fl_Widget.H> #include <FL/Fl_Menu_Item.H> diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx index 08f494371..344ca5fc3 100644 --- a/src/Fl_Copy_Surface.cxx +++ b/src/Fl_Copy_Surface.cxx @@ -16,6 +16,7 @@ // http://www.fltk.org/str.php // +#include "config_lib.h" #include <FL/Fl_Copy_Surface.H> #include <FL/Fl.H> 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 diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 8dd51133d..5a8a42599 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -19,7 +19,7 @@ Fl_Double_Window implementation. */ -#include <config.h> +#include "config_lib.h" #include <FL/Fl.H> #include <FL/Fl_Double_Window.H> #include <FL/Fl_Overlay_Window.H> diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 2bad72c85..907035893 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -16,6 +16,7 @@ // http://www.fltk.org/str.php // +#include "config_lib.h" #include <FL/Fl.H> #include <FL/fl_draw.H> #include <FL/x.H> diff --git a/src/Fl_Pixmap.cxx b/src/Fl_Pixmap.cxx index 332def3c6..01a3afa6e 100644 --- a/src/Fl_Pixmap.cxx +++ b/src/Fl_Pixmap.cxx @@ -23,7 +23,7 @@ // Implemented without using the xpm library (which I can't use because // it interferes with the color cube used by fl_draw_image). -#include <config.h> +#include "config_lib.h" #include <FL/Fl.H> #include <FL/fl_draw.H> #include <FL/x.H> |
