From 83db69bebc8998c576a8f79f07db14084074004b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 12 Jun 2004 20:31:43 +0000 Subject: [PATCH] Now needs to include . --- contrib/tsearch/query.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0