projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bd0c9
)
Fix compiler warning introduced by recent patch. Tsk tsk.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 18 Jun 2008 23:08:47 +0000
(23:08 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 18 Jun 2008 23:08:47 +0000
(23:08 +0000)
src/backend/utils/mb/mbutils.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mb/mbutils.c
b/src/backend/utils/mb/mbutils.c
index cf07467e7a8c3b093d64ea984ff7440c9d2da262..9b41fb94eb320c2e17ab5eb9ab06189f43453985 100644
(file)
--- a/
src/backend/utils/mb/mbutils.c
+++ b/
src/backend/utils/mb/mbutils.c
@@
-13,6
+13,7
@@
#include "mb/pg_wchar.h"
#include "utils/builtins.h"
#include "utils/memutils.h"
+#include "utils/pg_locale.h"
#include "utils/syscache.h"
/*