From a70e74b060ab2769523ad831f571cb80122121d3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Nov 2000 21:16:06 +0000 Subject: Put external declarations into header files. --- src/backend/commands/async.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/commands/async.c') diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index 77f7776f6d9..e364d53b9df 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.71 2000/11/16 22:30:18 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.72 2000/11/21 21:15:59 petere Exp $ * *------------------------------------------------------------------------- */ @@ -88,6 +88,7 @@ #include "libpq/pqformat.h" #include "miscadmin.h" #include "tcop/dest.h" +#include "tcop/tcopprot.h" #include "utils/fmgroids.h" #include "utils/ps_status.h" #include "utils/syscache.h" -- cgit v1.2.3