Add prototype for toupper/tolower().
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Apr 2003 05:25:41 +0000 (05:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Apr 2003 05:25:41 +0000 (05:25 +0000)
src/interfaces/ecpg/compatlib/informix.c

index 23e0a820f2fcb70f20f501540ce25644360a9bf0..e32c09077c212ad2ce4264e3ea68a3abb94fdd3f 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <ctype.h>
 
 #include <ecpg_informix.h>
 #include <pgtypes_error.h>