Fix #includes.
authorRobert Haas <rhaas@postgresql.org>
Mon, 13 Oct 2014 19:12:12 +0000 (15:12 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 27 Jan 2015 02:24:26 +0000 (02:24 +0000)
contrib/hashtest/hashtest.c

index 9288708ea4848b64dae84e0a9598a40a13505edd..172a5bb1563979432894cd58878f9894aeb7f37e 100644 (file)
@@ -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"