diff options
| author | Manolo Gouy <Manolo> | 2011-04-27 08:47:00 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-04-27 08:47:00 +0000 |
| commit | 0f5ea9a2e23328203e7e8d8142b6919f88ccac8d (patch) | |
| tree | 2448866779ef208453b3134c9d5d47d4e6742548 | |
| parent | 5be46ea4ad46e754ca07c4354784a17115b42626 (diff) | |
Fix STR #2612: added missing #include <X11/keysym.h>
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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 51570d9f5..913c7200d 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -51,6 +51,7 @@ # include <X11/Xmd.h> # include <X11/Xlocale.h> # include <X11/Xlib.h> +# include <X11/keysym.h> static Fl_Xlib_Graphics_Driver fl_xlib_driver; static Fl_Display_Device fl_xlib_display(&fl_xlib_driver); |
