summary refs log tree commit diff
path: root/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'bounce.c')
-rw-r--r--bounce.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bounce.c b/bounce.c
index fc820a3..8b9ea11 100644
--- a/bounce.c
+++ b/bounce.c
@@ -52,6 +52,10 @@
 #include <sys/capsicum.h>
 #endif
 
+#ifndef SIGINFO
+#define SIGINFO SIGUSR2
+#endif
+
 #include "bounce.h"
 
 bool verbose;