Commit 5a87e8ad authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Include the Windows portability header in the fcntl portability header

Summary:
Because it defines `HANDLE_FLAG_INHERIT`

(Note: this ignores all push blocking failures!)

Reviewed By: yfeldblum

Differential Revision: D8050035

fbshipit-source-id: a67d19aa7882f312273e0761123d6827fe07bd81
parent ee33c57f
......@@ -21,6 +21,8 @@
#ifdef _WIN32
#include <sys/types.h>
#include <folly/portability/Windows.h>
// I have no idea what the normal values for these are,
// and really don't care what they are. They're only used
// within fcntl, so it's not an issue.
......
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