]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/xml.c: Include "c-ctype.h".
authorJim Meyering <meyering@redhat.com>
Fri, 16 May 2008 14:18:38 +0000 (14:18 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 16 May 2008 14:18:38 +0000 (14:18 +0000)
ChangeLog
src/xml.c

index 6c6a84ce4b1114850ff3e43efc19a226d8001294..bd2d4cf11669f6fee8a81352399a5614661f2413 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 14b8b70a21ae904818058c72648f75e2be99fa7e..ec39a0a6dc194c577a22ce40a1c369ae34d5ce93 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -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"