diff options
Diffstat (limited to 'src/Type1/cidchar.c')
-rw-r--r-- | src/Type1/cidchar.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Type1/cidchar.c b/src/Type1/cidchar.c index c0d1498..20d2665 100644 --- a/src/Type1/cidchar.c +++ b/src/Type1/cidchar.c @@ -21,6 +21,10 @@ #include <config.h> #endif #ifdef BUILDCID +#define XFONT_CID 1 +#endif + +#if XFONT_CID #ifndef FONTMODULE #include <stdio.h> #include <string.h> |