From: Robert Haas Date: Mon, 13 Oct 2014 19:12:12 +0000 (-0400) Subject: Fix #includes. X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=97ffeab683fc85f6116b5cc8b5fb6001d9437ae9;p=users%2Frhaas%2Fpostgres.git Fix #includes. --- diff --git a/contrib/hashtest/hashtest.c b/contrib/hashtest/hashtest.c index 9288708ea4..172a5bb156 100644 --- a/contrib/hashtest/hashtest.c +++ b/contrib/hashtest/hashtest.c @@ -7,6 +7,7 @@ #include "funcapi.h" #include "libpq/auth.h" +#include "lib/stringinfo.h" #include "miscadmin.h" #include "portability/instr_time.h" #include "storage/ipc.h"