From: Tom Lane Date: Fri, 11 Apr 2003 20:51:27 +0000 (+0000) Subject: Add #include per recent reports that it's now necessary on X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e9b5b92b6585f5bd13005b9bfb1dc9e882b51030;p=users%2Fbernd%2Fpostgres.git Add #include per recent reports that it's now necessary on RHL 9. (Not clear why it didn't break long before, actually...) --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index d76e5b6b63..a976bf3d99 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -13,6 +13,7 @@ */ #include "postgres.h" +#include #include #include