changeset 56065:022411ad6751

Include <ctype.h>.
author Andreas Schwab <schwab@suse.de>
date Sun, 13 Jun 2004 15:04:21 +0000
parents 6a74920edcc0
children 6e92e7f10387
files src/image.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>