diff options
| author | Manolo Gouy <Manolo> | 2016-04-09 15:21:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-09 15:21:34 +0000 |
| commit | fe624b83fc6a817098a5ee49e6ceb329b71548d5 (patch) | |
| tree | 27c463c3bd02228d8219a66a41cb77752f2325d8 | |
| parent | 8b672ee655aaee8e8a2002643846147997a8eaf8 (diff) | |
Add missing #include directive
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11564 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index b3d6f0bad..98897e41e 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -18,6 +18,7 @@ #include <config.h> #include "Fl_Posix_System_Driver.H" +#include "../../flstring.h" #include <FL/filename.H> #include <FL/Fl.H> #include <X11/Xlib.h> |
