diff options
Diffstat (limited to 'modules/hebrew/hebrew-shaper.c')
-rw-r--r-- | modules/hebrew/hebrew-shaper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hebrew/hebrew-shaper.c b/modules/hebrew/hebrew-shaper.c index 6e6890fa..3e3a2183 100644 --- a/modules/hebrew/hebrew-shaper.c +++ b/modules/hebrew/hebrew-shaper.c @@ -31,6 +31,7 @@ #include <glib.h> #include "pango-engine.h" +#include "hebrew-shaper.h" /* Wrap all characters above 0xF00 to ALEF. */ #define ishebrew(wc) ((wc)>0x590 && (wc)<0x600) |