From: Tom Lane Date: Sat, 19 Oct 2002 00:25:36 +0000 (+0000) Subject: Add missing #include . X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ce53b2e063aff77dfda5ea403dc456da73145a04;p=users%2Fbernd%2Fpostgres.git Add missing #include . --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index a5750197c1..ba72dbf839 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -13,6 +13,7 @@ */ #include "postgres.h" +#include #include #include