1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-27 02:25:43 +02:00

Cross platform support improvement for sFlow plugin

This commit is contained in:
Pavel Odintsov 2023-04-02 21:06:56 +01:00
parent 2786580f3b
commit b395248a4d

View File

@ -9,6 +9,7 @@
#ifdef _WIN32
#include <winsock2.h>
#include <ws2ipdef.h> // sockaddr_in6
#include <ws2tcpip.h> // socklen_t
#else
#include <arpa/inet.h>
#include <netinet/in.h>