diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 10:38:03 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 10:38:03 +0000 |
| commit | 4f8ec115699779892d05eebeb866e35345a80696 (patch) | |
| tree | a4b6dd46c5c392679026e7719f15a1da42d0681b /src/drivers | |
| parent | 4079e7590b6307e7811671388291577dbeef17f6 (diff) | |
Fix missing files in Makefile system
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
