Browse Source

Fix MinGW make error 'MSG_NOSIGNAL' undeclared (closes #175)

Thank you Marjan Tomas.
Stéphane Raimbault 11 years ago
parent
commit
1eabc8a010
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/unit-test-server.c

+ 5 - 0
tests/unit-test-server.c

@@ -27,6 +27,11 @@
 # include <sys/socket.h>
 #endif
 
+/* For MinGW */
+#ifndef MSG_NOSIGNAL
+# define MSG_NOSIGNAL 0
+#endif
+
 #include "unit-test.h"
 
 enum {