diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-23 08:41:58 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-23 08:41:58 +0000 |
| commit | bbc8782b6a13c897035948b5ca7493cfb508a8f3 (patch) | |
| tree | 92522f325c4978d92a77c8d9070e0a609c5eef10 /src/Fl_x.cxx | |
| parent | 0ddd4e4717b55801a9a1e99547e2f1451728d9ca (diff) | |
Move Xutf8.h to src/, update includes, refresh makedepends
This is an internal header.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 65446af1c..e071b8d83 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -47,6 +47,7 @@ # include <X11/Xlocale.h> # include <X11/Xlib.h> # include <X11/keysym.h> +# include "Xutf8.h" #define USE_XRANDR (HAVE_DLSYM && HAVE_DLFCN_H) // means attempt to dynamically load libXrandr.so #if USE_XRANDR #include <dlfcn.h> |
