summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2012-07-03 20:40:15 +0000
committerAlvaro Herrera2012-07-03 20:40:54 +0000
commit96ca906ccad72e5d9e8950924ceecf20235ce244 (patch)
tree1d549ebf6e7d73566ae872f51d04010d3df12cf7
parentac50404224e5abb74b00bf22139f6ab96b01b2ab (diff)
Forgot an #include in the previous patch :-(
-rw-r--r--src/backend/catalog/pg_shdepend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/catalog/pg_shdepend.c b/src/backend/catalog/pg_shdepend.c
index 5fdf1649d85..77e0d08f9b4 100644
--- a/src/backend/catalog/pg_shdepend.c
+++ b/src/backend/catalog/pg_shdepend.c
@@ -42,6 +42,7 @@
#include "commands/collationcmds.h"
#include "commands/conversioncmds.h"
#include "commands/defrem.h"
+#include "commands/extension.h"
#include "commands/proclang.h"
#include "commands/schemacmds.h"
#include "commands/tablecmds.h"