]> 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:54 +0000 (16:40 -0400)
src/backend/catalog/pg_shdepend.c

index 5fdf1649d8561e056ce5776a79eca97c321df473..77e0d08f9b41404a6de80f439fd8cfefc792220b 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"