diff options
Diffstat (limited to 'modules/hebrew/hebrew-fc.c')
-rw-r--r-- | modules/hebrew/hebrew-fc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/hebrew/hebrew-fc.c b/modules/hebrew/hebrew-fc.c index fcfed2b4..056a4ff2 100644 --- a/modules/hebrew/hebrew-fc.c +++ b/modules/hebrew/hebrew-fc.c @@ -27,6 +27,11 @@ #include <string.h> #include <pango/pango-ot.h> + +#ifndef PANGO_MODULE_PREFIX +#define PANGO_MODULE_PREFIX _pango_hebrew_fc +#endif + #include "pango-engine.h" #include "pango-utils.h" #include "pangofc-font.h" |