Fix build with Windows SDK v10.0.16232
[folly.git] / folly / portability / Sockets.h
index b78ddaba9ae54ededb758043c4f7a8bb74cc4d43..ad6b5f0824eaaf1d3d2dfb465b334db77f2eaf87 100755 (executable)
@@ -27,6 +27,7 @@
 #include <sys/un.h>
 
 #ifdef MSG_ERRQUEUE
+#define FOLLY_HAVE_MSG_ERRQUEUE 1
 /* for struct sock_extended_err*/
 #include <linux/errqueue.h>
 #endif