diff src/image.c @ 56065:022411ad6751

Include <ctype.h>.
author Andreas Schwab <schwab@suse.de>
date Sun, 13 Jun 2004 15:04:21 +0000
parents ae9227eb8392
children a450e67752ed
line wrap: on
line diff
--- a/src/image.c	Sun Jun 13 14:50:07 2004 +0000
+++ b/src/image.c	Sun Jun 13 15:04:21 2004 +0000
@@ -23,6 +23,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <math.h>
+#include <ctype.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>