Skip to content

Commit

Permalink
include portable_unistd.h in directory_asset_bundle (flutter#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Jan 12, 2018
1 parent 8718438 commit 211150f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/directory_asset_bundle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@

#include <fcntl.h>

#if !defined(OS_WIN)
#include <unistd.h>
#endif

#include <utility>

#include "lib/fxl/files/eintr_wrapper.h"
#include "lib/fxl/files/file.h"
#include "lib/fxl/files/path.h"
#include "lib/fxl/files/unique_fd.h"
#include "lib/fxl/portable_unistd.h"

namespace blink {

Expand Down

0 comments on commit 211150f

Please sign in to comment.