Commit b5526698 authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot 2

SocketFastOpen should include <cerrno>

Summary: Include cerrno to define `EOPNOTSUPP` and `ENOPROTOOPT`.

Reviewed By: elindsey

Differential Revision: D3366479

fbshipit-source-id: 3a93a1c247ffa4a9d4ea03577713362a2a35c8b7
parent b1055eef
......@@ -16,6 +16,8 @@
#include <folly/detail/SocketFastOpen.h>
#include <cerrno>
namespace folly {
namespace detail {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment