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.
pull/3/head
Tom Lane 13 years ago
parent c68b5eff13
commit 8c41cb695c
  1. 1
      contrib/pgbench/pgbench.c

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

Loading…
Cancel
Save