| Index: native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h
|
| index 05d0f5155085a06ae506d95f27ac2ab1c7759a9d..83335623b001070f94d0bafae9e9dd250f20a942 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.h
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.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_INTERCEPT_H_
|
| +#define LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_
|
|
|
| -#ifndef LIBRARIES_NACL_MOUNT_KERNEL_INTERCEPT_H_
|
| -#define LIBRARIES_NACL_MOUNT_KERNEL_INTERCEPT_H_
|
| -
|
| -#include <stdint.h>
|
| -
|
| +#include "nacl_mounts/ostypes.h"
|
| #include "utils/macros.h"
|
|
|
| EXTERN_C_BEGIN
|
| @@ -42,4 +40,4 @@ int ki_close(int fd);
|
|
|
| EXTERN_C_END
|
|
|
| -#endif // LIBRARIES_NACL_MOUNT_KERNEL_INTERCEPT_H_
|
| +#endif // LIBRARIES_NACL_MOUNTS_KERNEL_INTERCEPT_H_
|
|
|