]> granicus.if.org Git - postgresql/commitdiff
Add missing include --- seems include file references are different in
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Jan 2003 00:49:59 +0000 (00:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Jan 2003 00:49:59 +0000 (00:49 +0000)
CVS tip than in this branch.

src/backend/tcop/fastpath.c

index c1353d0b312fae6dd66805aef3dc400a86fa72fe..b105d2474e3d6f2bc00fed15c892f61ffcad2c6f 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.54.2.1 2003/01/01 21:57:18 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.54.2.2 2003/01/05 00:49:59 tgl Exp $
  *
  * NOTES
  *       This cruft is the server side of PQfn.
@@ -64,6 +64,7 @@
 #include "catalog/pg_proc.h"
 #include "libpq/libpq.h"
 #include "libpq/pqformat.h"
+#include "miscadmin.h"
 #include "tcop/fastpath.h"
 #include "utils/acl.h"
 #include "utils/lsyscache.h"