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_3_BETA1~1254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47a2adc83c492aed92b6754fe40b485b9fe5929e;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 7474800e7e..a2bb9f58a2 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"