diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-04-03 05:25:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-04-03 05:25:41 +0000 |
commit | cdbd298b3a3a253837a69b1079d4a092941614db (patch) | |
tree | f6e7e368e9b6b9efe86167edc6c40c6a4c5955eb /src | |
parent | d79f743d51c4a6cbfa9569a324c303d515eb94dc (diff) | |
download | postgresql-cdbd298b3a3a253837a69b1079d4a092941614db.tar.gz postgresql-cdbd298b3a3a253837a69b1079d4a092941614db.zip |
Add prototype for toupper/tolower().
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/compatlib/informix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 23e0a820f2f..e32c09077c2 100644 --- 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> |