contrib: sockets: add missing include

Needed by gai_strerror. Fixes #533.
This commit is contained in:
Marius Gerbershagen 2019-12-07 21:42:34 +01:00
parent cb269ce407
commit b94c2f5fe6

View file

@ -68,6 +68,10 @@
"#include <fcntl.h>"
"#include <stdio.h>")
#+windows
(clines
"#include <ws2tcpip.h>")
#+:wsock
(progn
(defvar +wsock-initialized+ nil)