| Index: native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
|
| index befae9e00d1996c271bf7254eeb666d5f61d829d..44b756f6acce03f6ee3219dbc22d5a9f4082f8f2 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_proxy.h
|
| @@ -2,12 +2,10 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -
|
| #ifndef LIBRARIES_NACL_MOUNTS_KERNEL_PROXY_H_
|
| #define LIBRARIES_NACL_MOUNTS_KERNEL_PROXY_H_
|
|
|
| #include <pthread.h>
|
| -
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
| @@ -15,6 +13,7 @@
|
| #include "nacl_mounts/path.h"
|
| #include "nacl_mounts/kernel_object.h"
|
| #include "nacl_mounts/mount.h"
|
| +#include "nacl_mounts/ostypes.h"
|
|
|
| class KernelHandle;
|
| class Mount;
|
| @@ -90,4 +89,4 @@ protected:
|
| DISALLOW_COPY_AND_ASSIGN(KernelProxy);
|
| };
|
|
|
| -#endif LIBRARIES_NACL_MOUNTS_KERNEL_PROXY_H_
|
| +#endif LIBRARIES_NACL_MOUNTS_KERNEL_PROXY_H_
|
|
|