]> granicus.if.org Git - libvpx/blobdiff - tools_common.h
Fix compilation on OS/2
[libvpx] / tools_common.h
index 41253729c6c93e03a4b23522a335939b177a5aff..313acd2cfb71073d6f91b75e21a865a16fde9937 100644 (file)
@@ -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. */