commit | 29b083e9f8f5b6fa6d35b300263e866835796f48 | [log] [tgz] |
---|---|---|
author | Mario Emmenlauer <mario@emmenlauer.de> | Thu Jul 05 14:09:27 2018 +0200 |
committer | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | Fri Aug 13 10:14:22 2021 +0200 |
tree | e84c617aa649d36c8bfaf045409d95d6b8cca8d1 | |
parent | 04aabcb808eb877db6563f39062b36e98b6ec6c0 [diff] [blame] |
Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__
diff --git a/lib/cpp/test/SecurityTest.cpp b/lib/cpp/test/SecurityTest.cpp index b70729c..cba8768 100644 --- a/lib/cpp/test/SecurityTest.cpp +++ b/lib/cpp/test/SecurityTest.cpp
@@ -28,7 +28,7 @@ #include <thrift/transport/TSSLSocket.h> #include <thrift/transport/TTransport.h> #include <vector> -#ifdef __linux__ +#ifdef HAVE_SIGNAL_H #include <signal.h> #endif