From ede2235cb0e23ed0618a0add2feadcd1cb5b80b1 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 24 Oct 2005 10:14:15 +0000 Subject: [PATCH] Missing header in mingw32 --- contrib/sockets/sockets.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sockets/sockets.lisp b/contrib/sockets/sockets.lisp index 3eb916980..517c5c69b 100644 --- a/contrib/sockets/sockets.lisp +++ b/contrib/sockets/sockets.lisp @@ -47,7 +47,7 @@ "#define MSG_WAITALL 0") #+:wsock (clines - #+(and :msvc (not :threads)) + #+(and (or :msvc :mingw32) (not :threads)) "#include " "typedef unsigned int uint32_t;" #-:mingw32