]> git.eshelyaron.com Git - emacs.git/commitdiff
Include ctype.h.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 12 Jun 2008 10:40:29 +0000 (10:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 12 Jun 2008 10:40:29 +0000 (10:40 +0000)
src/ChangeLog
src/w32font.c

index a25296ba52916c88529dff1fd9544fbbc42e4ec7..2480f8ff2bf3b292582fc77f873ac2c001c50dc1 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32font.c: Include ctype.h.
+
 2008-06-11  Jason Rumney  <jasonr@gnu.org>
 
         * w32font.c (w32font_encode_char): Detect missing glyphs that are
@@ -16,8 +20,8 @@
 
 2008-06-10  Jason Rumney  <jasonr@gnu.org>
 
-       * 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  <cyd@stupidchicken.com>
 
index 8945ced8c95ee6447eea15df20163832ea3bdc71..dc0612f7e67815bf77226acd83934fef2791cd60 100644 (file)
@@ -19,6 +19,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 #include <windows.h>
 #include <math.h>
+#include <ctype.h>
 
 #include "lisp.h"
 #include "w32term.h"