Commit 217c1a6a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix fribidi include path

Close #15781
parent 02a9d087
......@@ -29,7 +29,7 @@
#include "../utils/ustring.hpp"
#ifdef HAVE_FRIBIDI
#include <fribidi/fribidi.h>
# include <fribidi.h>
#endif
......
......@@ -46,7 +46,7 @@
/* RTL */
#if defined(HAVE_FRIBIDI)
# include <fribidi/fribidi.h>
# include <fribidi.h>
#endif
/* Complex Scripts */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment