diff options
Diffstat (limited to 'modules/tibetan/tibetan-fc.c')
-rw-r--r-- | modules/tibetan/tibetan-fc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/tibetan/tibetan-fc.c b/modules/tibetan/tibetan-fc.c index 4e894165..c49f4007 100644 --- a/modules/tibetan/tibetan-fc.c +++ b/modules/tibetan/tibetan-fc.c @@ -67,6 +67,10 @@ #include "config.h" #include <string.h> +#ifndef PANGO_MODULE_PREFIX +#define PANGO_MODULE_PREFIX _pango_tibetan_fc +#endif + #include "pango-engine.h" #include "pango-ot.h" #include "pango-utils.h" |