| Index: native_client_sdk/src/libraries/nacl_io/mount_http.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_http.cc b/native_client_sdk/src/libraries/nacl_io/mount_http.cc
|
| index e9e7cf90153686603293dbdd5d3e510f2fb713f5..0a4fc436bba653c495ac2b82766c6da9af5530a7 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_http.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_http.cc
|
| @@ -13,7 +13,6 @@
|
| #include <string.h>
|
| #include <sys/stat.h>
|
| #include <sys/types.h>
|
| -#include <unistd.h>
|
|
|
| #include <vector>
|
|
|
| @@ -22,6 +21,7 @@
|
| #include "nacl_io/mount_node_dir.h"
|
| #include "nacl_io/mount_node_http.h"
|
| #include "nacl_io/osinttypes.h"
|
| +#include "nacl_io/osunistd.h"
|
| #include "sdk_util/auto_lock.h"
|
|
|
| namespace {
|
|
|