summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtest/client.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtest/client.cc b/libtest/client.cc
index d8378191..fa3fcbdb 100644
--- a/libtest/client.cc
+++ b/libtest/client.cc
@@ -47,6 +47,9 @@
#include <unistd.h>
#include <string>
+#ifndef HAVE_MSG_NOSIGNAL
+# define MSG_NOSIGNAL 0
+#endif
namespace libtest {