]> granicus.if.org Git - pgbouncer/commitdiff
system.h: use <usual/ctype.h> instead ctype directly.
authorMarko Kreen <markokr@gmail.com>
Tue, 20 Dec 2011 19:20:57 +0000 (21:20 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 20 Dec 2011 19:20:57 +0000 (21:20 +0200)
Fixes problems with signed chars.

include/system.h

index de3702a883501390f9032600df4a8bdfc0a83a68..ed8c7d4dbe44f34a7522dde7826821c1a646bcf0 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <usual/base.h>
+#include <usual/ctype.h>
 
 #ifdef WIN32
 #include "win32support.h"
@@ -29,7 +30,6 @@
 #include <sys/stat.h>
 
 #include <stdarg.h>
-#include <ctype.h>
 #include <limits.h>
 
 #ifdef HAVE_CRYPT_H