mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
Add missing headers for TCP_CORK
We didn't include the proper headers to get the correct define, so corking was never enabled.
This commit is contained in:
parent
da83ecf86a
commit
d8caab699d
@ -35,6 +35,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Old systems have select() in sys/time.h */
|
/* Old systems have select() in sys/time.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user