projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79f743
)
Add prototype for toupper/tolower().
author
Bruce Momjian
<bruce@momjian.us>
Thu, 3 Apr 2003 05:25:41 +0000
(
05:25
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 3 Apr 2003 05:25:41 +0000
(
05:25
+0000)
src/interfaces/ecpg/compatlib/informix.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/compatlib/informix.c
b/src/interfaces/ecpg/compatlib/informix.c
index 23e0a820f2fcb70f20f501540ce25644360a9bf0..e32c09077c212ad2ce4264e3ea68a3abb94fdd3f 100644
(file)
--- a/
src/interfaces/ecpg/compatlib/informix.c
+++ b/
src/interfaces/ecpg/compatlib/informix.c
@@
-1,6
+1,7
@@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
+#include <ctype.h>
#include <ecpg_informix.h>
#include <pgtypes_error.h>