index 7f381438ed253c826e196a1ecc8e317d5c8da3fb..ddbe890dd544c44a09bec5a18077fa563d94aacf 100644 (file)
*
*
* 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 <ctype.h>
+#include <limits.h>
/*
* towlower() and friends should be in <wctype.h>, but some pre-C99 systems
* declare them in <wchar.h>.
*/
-#include <ctype.h>
#ifdef HAVE_WCHAR_H
#include <wchar.h>
#endif