From 81991cd20397691986bd289fb212be20e8fbab6a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 21 Jul 2000 16:43:55 +0000 Subject: [PATCH] Fix file inclusion. --- src/type1/t1gload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c index aa5ea0174..37cfc8c5d 100644 --- a/src/type1/t1gload.c +++ b/src/type1/t1gload.c @@ -18,10 +18,10 @@ #ifdef FT_FLAT_COMPILE -#include +#include "t1gload.h" #ifndef T1_CONFIG_OPTION_DISABLE_HINTER -#include +#include "t1hinter.h" #endif #else /* FT_FLAT_COMPILE */