From cf149bde0219289169a5c70bc81f00fea1ad30b7 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 27 May 2004 11:04:50 +0000 Subject: [PATCH] *** empty log message *** --- src/m17n-gd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m17n-gd.c b/src/m17n-gd.c index bd6f72d..9b8735a 100644 --- a/src/m17n-gd.c +++ b/src/m17n-gd.c @@ -26,6 +26,8 @@ #include "config.h" +#if defined (HAVE_FREETYPE) && defined (HAVE_GD) + #include #include #include @@ -41,8 +43,6 @@ #include "fontset.h" #include "face.h" -#if defined (HAVE_FREETYPE) && defined (HAVE_GD) - static MPlist *realized_fontset_list; static MPlist *realized_font_list; static MPlist *realized_face_list; -- 1.7.10.4