mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Add prototype for toupper/tolower().
This commit is contained in:
parent
d79f743d51
commit
cdbd298b3a
@ -1,6 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <ecpg_informix.h>
|
||||
#include <pgtypes_error.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user