[go: nahoru, domu]

Switch to standard integer types in ipc/.

BUG=138542
TBR=tsepez@chromium.org

Review URL: https://codereview.chromium.org/1546533002

Cr-Commit-Position: refs/heads/master@{#366527}
diff --git a/ipc/ipc_send_fds_test.cc b/ipc/ipc_send_fds_test.cc
index a3b4d4e8..81f5894 100644
--- a/ipc/ipc_send_fds_test.cc
+++ b/ipc/ipc_send_fds_test.cc
@@ -11,6 +11,7 @@
 }
 #endif
 #include <fcntl.h>
+#include <stddef.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <unistd.h>