diff options
author | avi <avi@chromium.org> | 2015-12-25 23:00:39 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 07:01:21 +0000 |
commit | cab0f83c7f6c4401bc59c8b797461b6a2f7b08e1 (patch) | |
tree | 44f3f19f4d8b06e3682cbab3c3b0d02bac66b974 /tools/android/file_poller | |
parent | 36b6aec9a5f4953e2177146503096ca7de00cc36 (diff) | |
download | chromium_src-cab0f83c7f6c4401bc59c8b797461b6a2f7b08e1.zip chromium_src-cab0f83c7f6c4401bc59c8b797461b6a2f7b08e1.tar.gz chromium_src-cab0f83c7f6c4401bc59c8b797461b6a2f7b08e1.tar.bz2 |
Switch to standard integer types in tools/.
BUG=138542
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1549203002
Cr-Commit-Position: refs/heads/master@{#366895}
Diffstat (limited to 'tools/android/file_poller')
-rw-r--r-- | tools/android/file_poller/file_poller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/file_poller/file_poller.cc b/tools/android/file_poller/file_poller.cc index c73db8b..f7b6d58 100644 --- a/tools/android/file_poller/file_poller.cc +++ b/tools/android/file_poller/file_poller.cc @@ -13,6 +13,7 @@ #include <errno.h> #include <fcntl.h> #include <netinet/in.h> +#include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <sys/socket.h> |