GLXWorkstation: `#include <signal.h>` also on FreeBSD jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 21 Jun 2018 14:59:40 +0000
branchjv
changeset 8622 ecb4248c23a4
parent 8272 b99e94212cb5
child 8623 b8c81b323931
GLXWorkstation: `#include <signal.h>` also on FreeBSD
GLXWorkstation.st
--- a/GLXWorkstation.st	Thu Jan 25 10:48:17 2018 +0000
+++ b/GLXWorkstation.st	Thu Jun 21 14:59:40 2018 +0000
@@ -74,7 +74,7 @@
 # define DYNAMICALLY_LOADABLE
 #endif
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__freebsd__)
 # include <signal.h>
 #endif