* src/xml.c: Include "c-ctype.h".

This commit is contained in:
Jim Meyering 2008-05-16 14:18:38 +00:00
parent c1ee35af3b
commit a770c2ab1c
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Fri May 16 11:29:30 CEST 2008 Jim Meyering <meyering@redhat.com>
* src/xml.c: Include "c-ctype.h".
start using c-ctype functions
Up to now, we've been avoiding ctype functions like isspace, isdigit,
etc. because they are locale-dependent. Now that we have the c-ctype

View File

@ -21,6 +21,7 @@
#include <xs.h>
#endif
#include <math.h> /* for isnan() */
#include "c-ctype.h"
#include "internal.h"
#include "hash.h"
#include "sexpr.h"