From: Tom Lane Date: Sat, 12 Jun 2004 20:31:48 +0000 (+0000) Subject: Now needs to include . X-Git-Tag: REL7_4_3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e11ef8be8a33b28f33ae1b56421c2bf0683daa7;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"