diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-10-30 17:48:05 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-10-30 17:48:05 +0100 |
| commit | 98f16ae397d4cdc1b3b9aba6ecad4e77100f8409 (patch) | |
| tree | 4484beebf6bfaf797a27c8e627c2acecf7d45307 /src/drivers/X11 | |
| parent | 2f64c6a86194db91be2ca873036b683f8f5b8739 (diff) | |
Fix path to header file
Diffstat (limited to 'src/drivers/X11')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.cxx b/src/drivers/X11/Fl_X11_Screen_Driver.cxx index ff095f2c4..0739cf974 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.cxx +++ b/src/drivers/X11/Fl_X11_Screen_Driver.cxx @@ -21,7 +21,7 @@ #include "Fl_X11_Screen_Driver.H" #include "../Xlib/Fl_Font.H" #include "Fl_X11_Window_Driver.H" -#include "../../src/Fl_System_Driver.H" +#include "../../Fl_System_Driver.H" #include "../Xlib/Fl_Xlib_Graphics_Driver.H" #include <FL/Fl.H> #include <FL/platform.H> |
