| Index: mojo/public/c/system/functions.h
|
| diff --git a/mojo/public/c/system/functions.h b/mojo/public/c/system/functions.h
|
| index 8b576c189aa8e7fde460d07233bc0ae5f3806187..cd357b5b0067d073713e97098cc0876f28336ee6 100644
|
| --- a/mojo/public/c/system/functions.h
|
| +++ b/mojo/public/c/system/functions.h
|
| @@ -9,6 +9,8 @@
|
| #ifndef MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_
|
| #define MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "mojo/public/c/system/system_export.h"
|
| #include "mojo/public/c/system/types.h"
|
|
|
|
|