2
0
mirror of https://github.com/oatpp/oatpp.git synced 2025-04-24 19:10:23 +08:00

network::tcp::server::ConnectionProvider: include - netinet/tcp.h

This commit is contained in:
lganzzzo 2020-12-21 04:09:25 +02:00
parent 12572b0fb9
commit 3ccb178e6d

@ -36,6 +36,7 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <unistd.h>
#if defined(__FreeBSD__)
#include <netinet/in.h>