Include the fcntl.h portability header where it's needed
authorChristopher Dykes <cdykes@fb.com>
Thu, 4 Aug 2016 17:50:19 +0000 (10:50 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Thu, 4 Aug 2016 17:54:01 +0000 (10:54 -0700)
commit156f70334627e5a100283b5334c0a2121d5a45a2
tree8c352291ca86ac96351fc224e0cb2211a39e619f
parent6edcf4846b89fc34cbd62b88b049fd4b9f1aad85
Include the fcntl.h portability header where it's needed

Summary: There are a few places that need this, so make it so.

Reviewed By: yfeldblum

Differential Revision: D3667234

fbshipit-source-id: 84c16e1b036d9c2afddf03aa84c43210c5672f0a
folly/FileUtil.h
folly/experimental/test/TestUtilTest.cpp
folly/test/FileTest.cpp