Fix MacOS warning in NetworkClient.cpp

This commit is contained in:
Adam Honse 2022-09-14 23:14:55 -05:00
parent 8bf6514ae3
commit 219483267c

View file

@ -17,7 +17,6 @@
#ifdef __APPLE__ #ifdef __APPLE__
#include <unistd.h> #include <unistd.h>
#define MSG_NOSIGNAL 0
#endif #endif
#ifdef __linux__ #ifdef __linux__