mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 13:04:28 +01:00
Fixed compilation errors on FreeBSD.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#ifdef WIN32
|
||||
#include <ws2tcpip.h>
|
||||
#else // WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif // WIN32
|
||||
#include <stdexcept>
|
||||
|
||||
Reference in New Issue
Block a user