From 0500dcc9fe30c857a34286fb5cde4974b4957c2f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 12 Jun 2008 10:40:29 +0000 Subject: [PATCH] Include ctype.h. --- src/ChangeLog | 8 ++++++-- src/w32font.c | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a25296ba529..2480f8ff2bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-06-12 Juanma Barranquero + + * w32font.c: Include ctype.h. + 2008-06-11 Jason Rumney * w32font.c (w32font_encode_char): Detect missing glyphs that are @@ -16,8 +20,8 @@ 2008-06-10 Jason Rumney - * w32uniscribe.c (add_opentype_font_name_to_list): Skip non unicode - fonts. + * w32uniscribe.c (add_opentype_font_name_to_list): + Skip non unicode fonts. 2008-06-10 Chong Yidong diff --git a/src/w32font.c b/src/w32font.c index 8945ced8c95..dc0612f7e67 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -19,6 +19,7 @@ along with GNU Emacs. If not, see . */ #include #include #include +#include #include "lisp.h" #include "w32term.h" -- 2.39.2