diff options
Diffstat (limited to 'Build/source/texk/ttfdump/libttf/gcache.c')
-rw-r--r-- | Build/source/texk/ttfdump/libttf/gcache.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/ttfdump/libttf/gcache.c b/Build/source/texk/ttfdump/libttf/gcache.c index 5666d040a42..b501530a1e1 100644 --- a/Build/source/texk/ttfdump/libttf/gcache.c +++ b/Build/source/texk/ttfdump/libttf/gcache.c @@ -76,10 +76,13 @@ * It is not clear right now if it is wise to add tree balancing code. * The overhaed introduced by BST seems minimal for 256 elements cache. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "config.h" #include "ttf.h" #include "ttfutil.h" |