From: Juanma Barranquero Date: Thu, 12 Jun 2008 10:40:29 +0000 (+0000) Subject: Include ctype.h. X-Git-Tag: emacs-pretest-23.0.90~4857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0500dcc9fe30c857a34286fb5cde4974b4957c2f;p=emacs.git Include ctype.h. --- 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"