]> granicus.if.org Git - postgresql/commitdiff
Add missing header.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 11 Oct 2008 00:09:33 +0000 (00:09 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 11 Oct 2008 00:09:33 +0000 (00:09 +0000)
src/pl/plpython/plpython.c
src/pl/tcl/pltcl.c

index ae17289cd263ef2cd663517e7dfc382cff8c8ff7..9fb612fd63270666bc8ca92cf56e51af3bd8b379 100644 (file)
@@ -1,7 +1,7 @@
 /**********************************************************************
  * plpython.c - python as a procedural language for PostgreSQL
  *
- *     $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.113 2008/10/09 17:24:05 alvherre Exp $
+ *     $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.114 2008/10/11 00:09:33 alvherre Exp $
  *
  *********************************************************************
  */
@@ -54,6 +54,7 @@ typedef int Py_ssize_t;
 #include "executor/spi.h"
 #include "funcapi.h"
 #include "fmgr.h"
+#include "miscadmin.h"
 #include "nodes/makefuncs.h"
 #include "parser/parse_type.h"
 #include "tcop/tcopprot.h"
index 1bbab485d1cfd9ea3e4f8b27187dca584b5efb29..722c7ed43b42d28ae5c445c6e69e1ef53bf350af 100644 (file)
@@ -2,7 +2,7 @@
  * pltcl.c             - PostgreSQL support for Tcl as
  *                               procedural language (PL)
  *
- *       $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.122 2008/10/09 17:24:05 alvherre Exp $
+ *       $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.123 2008/10/11 00:09:33 alvherre Exp $
  *
  **********************************************************************/
 
@@ -23,6 +23,7 @@
 #include "commands/trigger.h"
 #include "executor/spi.h"
 #include "fmgr.h"
+#include "miscadmin.h"
 #include "nodes/makefuncs.h"
 #include "parser/parse_type.h"
 #include "tcop/tcopprot.h"