Include <ctype.h>.
This commit is contained in:
parent
3ebc09397f
commit
be8c4ce456
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue