Skip to content

Commit 0390553

Browse files
committed
#include <netinet/tcp.h> header fix
1 parent f93498d commit 0390553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#include <Poco/Net/NetException.h>
1717
#include <Poco/Net/StreamSocket.h>
1818

19-
#include <netinet/tcp.h>
2019
#ifdef __APPLE__
20+
#include <netinet/tcp.h>
2121
#ifndef TCP_KEEPIDLE
2222
#define TCP_KEEPIDLE TCP_KEEPALIVE
2323
#endif

0 commit comments

Comments
 (0)