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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83db69bebc8998c576a8f79f07db14084074004b;p=postgresql Now needs to include . --- diff --git a/contrib/tsearch/query.c b/contrib/tsearch/query.c index 88b7f7e4cb..c0e2cae916 100644 --- a/contrib/tsearch/query.c +++ b/contrib/tsearch/query.c @@ -10,6 +10,7 @@ */ #include "postgres.h" +#include #include #include "access/gist.h"