From: Michael Lee Date: Tue, 31 May 2016 18:24:56 +0000 (-0700) Subject: SocketFastOpen should include X-Git-Tag: 2016.07.26~175 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b55266986475ddd9127a689e2c84f01b763765e3;p=folly.git SocketFastOpen should include Summary: Include cerrno to define `EOPNOTSUPP` and `ENOPROTOOPT`. Reviewed By: elindsey Differential Revision: D3366479 fbshipit-source-id: 3a93a1c247ffa4a9d4ea03577713362a2a35c8b7 --- diff --git a/folly/detail/SocketFastOpen.cpp b/folly/detail/SocketFastOpen.cpp index 4455377e..e8a71f24 100644 --- a/folly/detail/SocketFastOpen.cpp +++ b/folly/detail/SocketFastOpen.cpp @@ -16,6 +16,8 @@ #include +#include + namespace folly { namespace detail {