Add <limits.h>, per Magnus.
This commit is contained in:
parent
8096fe45ce
commit
f6c5da977c
@ -9,17 +9,18 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.51 2004/05/22 00:34:50 tgl Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.52 2004/05/26 16:16:03 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
/*
|
/*
|
||||||
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
|
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
|
||||||
* declare them in <wchar.h>.
|
* declare them in <wchar.h>.
|
||||||
*/
|
*/
|
||||||
#include <ctype.h>
|
|
||||||
#ifdef HAVE_WCHAR_H
|
#ifdef HAVE_WCHAR_H
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user