diff src/helper.cpp @ 63:091baff0a983

Add missing include
author Chris Cannam
date Thu, 09 Apr 2020 13:52:42 +0100
parents e027aa280789
children e839338d3869
line wrap: on
line diff
--- a/src/helper.cpp	Thu Apr 09 13:49:07 2020 +0100
+++ b/src/helper.cpp	Thu Apr 09 13:52:42 2020 +0100
@@ -84,6 +84,7 @@
 #include <io.h>
 #else
 #include <unistd.h>
+#include <signal.h>
 #endif
 
 #include <fcntl.h>