projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fda28e
)
Using tolower() requires ctype.h with some compilers.
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 14:57:35 +0000
(17:57 +0300)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 14:57:35 +0000
(17:57 +0300)
gcc and MSVC were happy without it, but clang warns.
win_unicode.c
patch
|
blob
|
blame
|
history
diff --git
a/win_unicode.c
b/win_unicode.c
index af8c04c82c1c587383a8930592b87a7d23ed53ae..9b745d9f34b27db1a6bb042084de779e7c7e6b9d 100644
(file)
--- a/
win_unicode.c
+++ b/
win_unicode.c
@@
-10,6
+10,7
@@
#include "psqlodbc.h"
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#define byte3check 0xfffff800
#define byte2_base 0x80c0