]> granicus.if.org Git - libvpx/commit
Fix compilation on OS/2
authorKO Myung-Hun <komh@chollian.net>
Fri, 20 Jan 2017 03:58:10 +0000 (12:58 +0900)
committerKO Myung-Hun <komh@chollian.net>
Sun, 14 Oct 2018 13:50:34 +0000 (22:50 +0900)
commitc49ca22a88561268db5cd3a401cf6b68576a23fd
tree04dacc12488178c15cf6f33a731f6b040ec832f0
parentb7e9a463f88982505f938557bc9dcea1178b39c2
Fix compilation on OS/2

off_t requires sys/types.h on OS/2

-----
    [CC] test/../ivfenc.c.o
In file included from test/.././ivfenc.h:13:0,
                 from test/../ivfenc.c:11:
test/../././tools_common.h:36:9: error: unknown type name 'off_t'
 typedef off_t FileOffset;
         ^~~~~
make.exe[1]: *** [test/../ivfenc.c.o] Error 1
-----

Change-Id: Ia09935e5de8573e63185369fc139e3355664afd1
tools_common.h