summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile3
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a8ddc3d25..8740353fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,6 +44,7 @@ CPPFILES = \
Fl_File_Chooser2.cxx \
Fl_File_Icon.cxx \
Fl_File_Input.cxx \
+ Fl_Graphics_Driver.cxx \
Fl_Group.cxx \
Fl_Help_View.cxx \
Fl_Image.cxx \
@@ -233,6 +234,7 @@ QUARTZCPPFILES = \
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
XLIBCPPFILES = \
+ drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx \
@@ -247,6 +249,7 @@ XLIBXFTFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx
GDICPPFILES = \
+ drivers/GDI/Fl_GDI_Graphics_Driver.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx \
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
index cdcfd4548..dc8e84d00 100644
--- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
+++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx
@@ -20,6 +20,7 @@
#include <config.h>
#include "../../config_lib.h"
#include "Fl_Xlib_Graphics_Driver.h"
+#include <string.h>
#if HAVE_XRENDER
#include <X11/extensions/Xrender.h>