Include <ctype.h>.

This commit is contained in:
Andreas Schwab 2004-06-13 15:04:45 +00:00
parent 3ebc09397f
commit be8c4ce456
2 changed files with 3 additions and 0 deletions

View 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>

View 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>