From cbbee0458299355ccae4d9c1510cd85353b5c0cd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 1 Aug 2020 00:10:58 -0400 Subject: Remove compat.h --- bounce.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index fc820a3..8b9ea11 100644 --- a/bounce.c +++ b/bounce.c @@ -52,6 +52,10 @@ #include #endif +#ifndef SIGINFO +#define SIGINFO SIGUSR2 +#endif + #include "bounce.h" bool verbose; -- cgit 1.4.1