diff options
-rw-r--r-- | contrib/pgbench/pgbench.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index 8deabe4a5a8..bc01f073516 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -39,6 +39,7 @@ #include <ctype.h> #include <math.h> +#include <signal.h> #ifndef WIN32 #include <sys/time.h> |