1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-04 02:36:17 +02:00

Fixed networks build on Windows platforms

This commit is contained in:
Pavel Odintsov 2023-08-22 12:44:34 +01:00
parent 85e2159513
commit c848eee9fe

View File

@ -4,6 +4,7 @@
#ifdef _WIN32
#include <winsock2.h>
#include <in6addr.h> // in6_addr
#else
#include <netinet/in.h>