mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 11:37:33 -04:00
Add missing include for new lc_ctype_is_c() function.
Per Neil.
This commit is contained in:
parent
fb2c2d83e0
commit
89ea098714
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.57.4.1 2005/03/16 00:03:01 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.57.4.2 2005/03/16 01:49:20 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
#endif
|
||||
|
||||
#include "utils/builtins.h"
|
||||
#include "utils/pg_locale.h"
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue