From: Tom Lane Date: Sat, 12 Jun 2004 20:31:43 +0000 (+0000) Subject: Now needs to include . X-Git-Tag: REL8_0_0BETA1~366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83db69bebc8998c576a8f79f07db14084074004b;p=thirdparty%2Fpostgresql.git Now needs to include . --- diff --git a/contrib/tsearch/query.c b/contrib/tsearch/query.c index 88b7f7e4cb2..c0e2cae9165 100644 --- a/contrib/tsearch/query.c +++ b/contrib/tsearch/query.c @@ -10,6 +10,7 @@ */ #include "postgres.h" +#include #include #include "access/gist.h"