| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c
|
| index 561b0cc391f69e4d2df39b252c75d33db9af95b7..d56329bbca1b27def513a2721d273cbf1f4fdde2 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c
|
| @@ -4,6 +4,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "native_client/src/include/elf32.h"
|
| #include "native_client/src/include/elf_auxv.h"
|
| #include "native_client/src/include/nacl_macros.h"
|
|
|