Fix inclusions in pgbench.c.

Apparently this was depending on pqsignal.h for <signal.h>.
Not sure why I didn't see the failure on my other machine.
This commit is contained in:
Tom Lane 2013-03-17 14:18:33 -04:00
parent c68b5eff13
commit 8c41cb695c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <ctype.h>
#include <math.h>
#include <signal.h>
#ifndef WIN32
#include <sys/time.h>