* src/sfnt/sfdriver.c (sfnt_interface): Move out `tt_face_get_kerning' from a #ifdef clause. Reported by Tony J. Ibbs <tibs@sj.co.uk>.
diff --git a/ChangeLog b/ChangeLog
index 6ba6418..4c492f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-25 Werner Lemberg <wl@gnu.org>
+
+ * src/sfnt/sfdriver.c (sfnt_interface): Move out
+ `tt_face_get_kerning' from a #ifdef clause. Reported by Tony J.
+ Ibbs <tibs@sj.co.uk>.
+
2005-10-23 Werner Lemberg <wl@gnu.org>
* src/base/ftdbgmem.c (ft_mem_debug_realloc): Make it compile with
diff --git a/src/sfnt/sfdriver.c b/src/sfnt/sfdriver.c
index 2c6f347..96dd1da 100644
--- a/src/sfnt/sfdriver.c
+++ b/src/sfnt/sfdriver.c
@@ -383,11 +383,11 @@
#endif /* TT_CONFIG_OPTION_EMBEDDED_BITMAPS */
-#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
-
/* see `ttkern.h' */
tt_face_get_kerning,
+#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
+
/* see `ttpost.h' */
tt_face_get_ps_name,
tt_face_free_ps_names,