contrib: sockets: fix mingw build

This commit is contained in:
Marius Gerbershagen 2019-12-08 00:21:35 +01:00
parent b94c2f5fe6
commit 234a1084d5

View file

@ -64,6 +64,7 @@
"#define MSG_DONTWAIT 0"
"#define MSG_NOSIGNAL 0"
"#define MSG_CONFIRM 0"
"#define MSG_TRUNC 0"
"#include <errno.h>"
"#include <fcntl.h>"
"#include <stdio.h>")