Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d1da215

Browse files
committed
Fix compiler warning introduced by recent patch. Tsk tsk.
1 parent fbeb9da commit d1da215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/mb/mbutils.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (currently mule internal code (mic) is used)
55
* Tatsuo Ishii
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.72 2008/06/18 18:42:54 momjian Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.73 2008/06/18 23:08:47 tgl Exp $
88
*/
99
#include "postgres.h"
1010

@@ -13,6 +13,7 @@
1313
#include "mb/pg_wchar.h"
1414
#include "utils/builtins.h"
1515
#include "utils/memutils.h"
16+
#include "utils/pg_locale.h"
1617
#include "utils/syscache.h"
1718

1819
/*

0 commit comments

Comments
 (0)