summaryrefslogtreecommitdiff
path: root/src/Fl_Pixmap.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_Pixmap.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_Pixmap.cxx')
-rw-r--r--src/Fl_Pixmap.cxx2
1 files changed, 1 insertions, 1 deletions
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>