Fix for OSX
authorBrian Aker <brian@tangent.org>
Mon, 29 Oct 2012 18:02:56 +0000 (14:02 -0400)
committerBrian Aker <brian@tangent.org>
Mon, 29 Oct 2012 18:02:56 +0000 (14:02 -0400)
libtest/client.cc

index d83781914cc60151380c009fedaa246b351e060e..fa3fcbdb1cedbaab974fff5966fbc4bb8fe88b48 100644 (file)
@@ -47,6 +47,9 @@
 #include <unistd.h>
 #include <string>
 
+#ifndef HAVE_MSG_NOSIGNAL
+# define MSG_NOSIGNAL 0
+#endif
 
 namespace libtest {