]> git.sesse.net Git - vlc/commit
Include sys/types.h for ssize_t on OS/2
authorKO Myung-Hun <komh@chollian.net>
Thu, 2 Feb 2012 16:06:33 +0000 (01:06 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 4 Feb 2012 14:25:32 +0000 (16:25 +0200)
commit248812582798e57d8da527095fe29d4b3df75ad4
tree635f4216cbdaddf8e165ffe33c470e5e4bb9eb71
parent2eccf89a46d5707b81c529ec7a7706acf7ab3303
Include sys/types.h for ssize_t on OS/2

This fixes the following error,

In file included from ../../../include/vlc_stream.h:27,
                 from ../../../include/vlc_demux.h:33,
                 from mkv.hpp:55,
                 from demux.hpp:28,
                 from virtual_segment.cpp:27:
../../../include/vlc_block.h:138: error: 'ssize_t' has not been declared

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_block.h