diff options
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r-- | src/backend/commands/async.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |