Update, fix build rules for -j
[m6w6/libmemcached] / 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 {