*
*
* 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
+#include
/*
* towlower() and friends should be in , but some pre-C99 systems
* declare them in .
*/
-#include
#ifdef HAVE_WCHAR_H
#include
#endif