Index: mojo/public/c/system/message_pipe.h |
diff --git a/mojo/public/c/system/message_pipe.h b/mojo/public/c/system/message_pipe.h |
index 4f5d4c7864c331d9b1010321189dac8120db6078..10da5256740546f076dd42d29b871b4a2924e1d7 100644 |
--- a/mojo/public/c/system/message_pipe.h |
+++ b/mojo/public/c/system/message_pipe.h |
@@ -9,6 +9,8 @@ |
#ifndef MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
#define MOJO_PUBLIC_C_SYSTEM_MESSAGE_PIPE_H_ |
+#include <stdint.h> |
+ |
#include "mojo/public/c/system/macros.h" |
#include "mojo/public/c/system/system_export.h" |
#include "mojo/public/c/system/types.h" |