From 96ca906ccad72e5d9e8950924ceecf20235ce244 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 3 Jul 2012 16:40:15 -0400 Subject: [PATCH] Forgot an #include in the previous patch :-( --- src/backend/catalog/pg_shdepend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/catalog/pg_shdepend.c b/src/backend/catalog/pg_shdepend.c index 5fdf1649d8..77e0d08f9b 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" -- 2.40.0