mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Add prototype for toupper/tolower().
This commit is contained in:
parent
d79f743d51
commit
cdbd298b3a
@ -1,6 +1,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <ecpg_informix.h>
|
#include <ecpg_informix.h>
|
||||||
#include <pgtypes_error.h>
|
#include <pgtypes_error.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user