summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2008-10-11 00:09:33 +0000
committerAlvaro Herrera2008-10-11 00:09:33 +0000
commitbb203fcd5156af887c0c04ed07b1844e934d2242 (patch)
tree62b884b0735ead94777219a2b421571eaec68bbb
parent5bd55bfdde509edef0d12c6ffdea003c1fa2e823 (diff)
Add missing header.
-rw-r--r--src/pl/plpython/plpython.c1
-rw-r--r--src/pl/tcl/pltcl.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index 8e0a5985e2..5d4cf9f403 100644
--- a/src/pl/plpython/plpython.c
+++ b/src/pl/plpython/plpython.c
@@ -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"
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c
index 4b468e9a9f..9807297e5c 100644
--- a/src/pl/tcl/pltcl.c
+++ b/src/pl/tcl/pltcl.c
@@ -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"