mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Add netinet/tcp.h to includes to support TCP socket options on *nix.
This commit is contained in:
parent
cfc10e9efd
commit
34443d6515
@ -28,6 +28,7 @@ extern "C" {
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user