Using tolower() requires ctype.h with some compilers.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 3 Jun 2014 14:57:35 +0000 (17:57 +0300)
committerHeikki 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

index af8c04c82c1c587383a8930592b87a7d23ed53ae..9b745d9f34b27db1a6bb042084de779e7c7e6b9d 100644 (file)
@@ -10,6 +10,7 @@
 #include "psqlodbc.h"
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 
 #define    byte3check  0xfffff800
 #define    byte2_base  0x80c0