From 234a1084d56264f754e29c2cc1801870825cbf45 Mon Sep 17 00:00:00 2001 From: Marius Gerbershagen Date: Sun, 8 Dec 2019 00:21:35 +0100 Subject: [PATCH] contrib: sockets: fix mingw build --- contrib/sockets/sockets.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/sockets/sockets.lisp b/contrib/sockets/sockets.lisp index 8f96ca6d7..94c89ea04 100755 --- a/contrib/sockets/sockets.lisp +++ b/contrib/sockets/sockets.lisp @@ -64,6 +64,7 @@ "#define MSG_DONTWAIT 0" "#define MSG_NOSIGNAL 0" "#define MSG_CONFIRM 0" + "#define MSG_TRUNC 0" "#include " "#include " "#include ")