From: Alvaro Herrera Date: Tue, 3 Jul 2012 20:40:15 +0000 (-0400) Subject: Forgot an #include in the previous patch :-( X-Git-Tag: REL9_1_5~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ca906ccad72e5d9e8950924ceecf20235ce244;p=postgresql Forgot an #include in the previous patch :-( --- 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"