summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/tools_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/tools_common.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/tools_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/tools_common.h b/chromium/third_party/libvpx/source/libvpx/tools_common.h
index 41253729c6c..313acd2cfb7 100644
--- a/chromium/third_party/libvpx/source/libvpx/tools_common.h
+++ b/chromium/third_party/libvpx/source/libvpx/tools_common.h
@@ -33,6 +33,7 @@ typedef int64_t FileOffset;
#define ftello ftello64
typedef off64_t FileOffset;
#elif CONFIG_OS_SUPPORT
+#include <sys/types.h> /* NOLINT */
typedef off_t FileOffset;
/* Use 32-bit file operations in WebM file format when building ARM
* executables (.axf) with RVCT. */