]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <ctype.h>.
authorAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 15:04:45 +0000 (15:04 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 13 Jun 2004 15:04:45 +0000 (15:04 +0000)
src/ChangeLog
src/image.c

index d98e9fa21ec4c0b97586f40c3bdbc210bfde1b0e..c515a13d605e829151b3d3071cefdacae4433aa3 100644 (file)
@@ -1,5 +1,7 @@
 2004-06-13  Andreas Schwab  <schwab@suse.de>
 
+       * image.c: Include <ctype.h>.
+
        * xfaces.c (face_attr_equal_p): Declare parameters.
 
 2004-06-13  Kenichi Handa  <handa@m17n.org>
index 3c53903b4b4cf88e9bf5fd3ae93b186a317064e1..41762030b9ee818f22af050a2df3bbe1d345b669 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #include <signal.h>
 #include <stdio.h>
 #include <math.h>
+#include <ctype.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>