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