Commit 8c41cb69 authored by Tom Lane's avatar Tom Lane

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.
parent c68b5eff
......@@ -39,6 +39,7 @@
#include <ctype.h>
#include <math.h>
#include <signal.h>
#ifndef WIN32
#include <sys/time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment