From: Pierre Ossman Date: Tue, 2 Mar 2021 12:14:50 +0000 (+0100) Subject: Add missing headers for TCP_CORK X-Git-Tag: v1.11.90~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb4d1e5c2c459130dfa35a702e86bca1182cc9db;p=tigervnc.git Add missing headers for TCP_CORK We didn't include the proper headers to get the correct define, so corking was never enabled. --- diff --git a/common/rdr/FdOutStream.cxx b/common/rdr/FdOutStream.cxx index b52fc85d..ed6535a8 100644 --- a/common/rdr/FdOutStream.cxx +++ b/common/rdr/FdOutStream.cxx @@ -35,6 +35,8 @@ #include #include #include +#include +#include #endif /* Old systems have select() in sys/time.h */