| Index: mojo/edk/embedder/simple_platform_shared_buffer_android.cc
 | 
| diff --git a/mojo/edk/embedder/simple_platform_shared_buffer_android.cc b/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
 | 
| index 8d716902c4240262c36c5a95bf25a73dcc3aaf94..710243479ddbd55397e087a032e9425f0c262dac 100644
 | 
| --- a/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
 | 
| +++ b/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "mojo/edk/embedder/simple_platform_shared_buffer.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
|  #include <stdint.h>
 | 
|  #include <sys/mman.h>   // For |PROT_...|.
 | 
|  #include <sys/types.h>  // For |off_t|.
 | 
| 
 |