diff src/w32font.c @ 95846:cb4bf2ae5ac2

Include ctype.h.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 12 Jun 2008 10:38:44 +0000
parents b5bea3387b5e
children 76261fd18708
line wrap: on
line diff
--- a/src/w32font.c	Thu Jun 12 05:49:27 2008 +0000
+++ b/src/w32font.c	Thu Jun 12 10:38:44 2008 +0000
@@ -19,6 +19,7 @@
 #include <config.h>
 #include <windows.h>
 #include <math.h>
+#include <ctype.h>
 
 #include "lisp.h"
 #include "w32term.h"