diff options
Diffstat (limited to 'mkfontscale/ident.c')
-rw-r--r-- | mkfontscale/ident.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkfontscale/ident.c b/mkfontscale/ident.c index 41212575e..22d364830 100644 --- a/mkfontscale/ident.c +++ b/mkfontscale/ident.c @@ -47,7 +47,9 @@ and 0 if it should be processed normally. identifyBitmap is much faster than parsing the whole font. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdlib.h> #include <string.h> |