Fix client on Windows

This commit is contained in:
Adam Honse 2020-05-10 16:16:59 -05:00
parent 15d23d3009
commit 883a78ad9d

View file

@ -12,6 +12,7 @@
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>
#define MSG_NOSIGNAL 0
#else #else
#include <unistd.h> #include <unistd.h>