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: http://git.ipfire.org/?a=commitdiff_plain;h=2e11ef8be8a33b28f33ae1b56421c2bf0683daa7;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"