| Index: native_client_sdk/src/libraries/nacl_io/include/sys/time.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/include/sys/time.h b/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
|
| index d221d2b05fcefd54baff6741fc99af3d0562d39e..8c56c5896b49c92083c458d72dcd3bed95e7db13 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
|
| @@ -2,12 +2,13 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| +#include_next <sys/time.h>
|
| +
|
| #ifndef LIBRARIES_NACL_IO_INCLUDE_SYS_TIME_H
|
| #define LIBRARIES_NACL_IO_INCLUDE_SYS_TIME_H
|
|
|
| #include <sys/cdefs.h>
|
| #include <stdint.h>
|
| -#include_next <sys/time.h>
|
|
|
| __BEGIN_DECLS
|
|
|
|
|