Change #include following new file location

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11229 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-02-26 16:29:24 +00:00
parent d9d5625028
commit fe1a32a0ff

View File

@ -26,7 +26,7 @@
#include <FL/Fl_Native_File_Chooser.H>
#include <stdarg.h>
#if defined(USE_X11)
#include "Fl_Font.H"
#include <src/Fl_Font.H>
#if USE_XFT
#include <X11/Xft/Xft.h>
#endif