]> granicus.if.org Git - postgresql/commitdiff
Forgot an #include in the previous patch :-(
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 Jul 2012 20:40:15 +0000 (16:40 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 Jul 2012 20:40:15 +0000 (16:40 -0400)
src/backend/catalog/pg_shdepend.c

index 7474800e7e1a883246d05059b08f3e1d52f13de7..a2bb9f58a2dd4fb3aa1f7a6c124a6255d423b8a5 100644 (file)
@@ -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"