Add prototype for toupper/tolower().

This commit is contained in:
Bruce Momjian 2003-04-03 05:25:41 +00:00
parent d79f743d51
commit cdbd298b3a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <ecpg_informix.h>
#include <pgtypes_error.h>