commit | 246998d858d0ac220ab272b1af0ef0c6599fe92c | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Tue Dec 22 02:39:04 2015 |
committer | Commit bot <[email protected]> | Tue Dec 22 02:39:47 2015 |
tree | 368592d4cf93dd536fb7014b7fc03a38b248b6de | |
parent | fed50a6cd2015af9d8f1d03a303df9675870ec7f [diff] [blame] |
Switch to standard integer types in ipc/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1546533002 Cr-Commit-Position: refs/heads/master@{#366527}
diff --git a/ipc/ipc_test_sink.cc b/ipc/ipc_test_sink.cc index ab95a19..316609c 100644 --- a/ipc/ipc_test_sink.cc +++ b/ipc/ipc_test_sink.cc
@@ -4,6 +4,10 @@ #include "ipc/ipc_test_sink.h" +#include <stddef.h> +#include <stdint.h> + +#include "build/build_config.h" #include "ipc/ipc_listener.h" #include "ipc/ipc_message.h"