* src/stats_linux.c: Don't include <c-ctype.h> no longer used.
Tue Aug 6 13:30:44 CEST 2008 Jim Meyering <meyering@redhat.com>
+ fix failing "make syntax-check"
+ * src/stats_linux.c: Don't include <c-ctype.h> no longer used.
+
work around MinGW build failure due to its lack of inet_aton
Use inet_pton instead; pull in gnulib's module by the same name.
* src/network_conf.c (virNetworkDefParseXML): Use inet_pton,
#include <string.h>
#include <unistd.h>
#include <regex.h>
-#include "c-ctype.h"
#ifdef WITH_XEN
#include <xs.h>