projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a163ce
)
system.h: use <usual/ctype.h> instead ctype directly.
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 19:20:57 +0000
(21:20 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 19:20:57 +0000
(21:20 +0200)
Fixes problems with signed chars.
include/system.h
patch
|
blob
|
blame
|
history
diff --git
a/include/system.h
b/include/system.h
index de3702a883501390f9032600df4a8bdfc0a83a68..ed8c7d4dbe44f34a7522dde7826821c1a646bcf0 100644
(file)
--- a/
include/system.h
+++ b/
include/system.h
@@
-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