]> git.sesse.net Git - vlc/commit
OS/2: Include sys/types.h in vlc_configuration.h
authorKO Myung-Hun <komh@chollian.net>
Fri, 24 Aug 2012 13:07:00 +0000 (22:07 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 26 Aug 2012 16:58:35 +0000 (18:58 +0200)
commit7c5514122d6af663412113aaabb4ebd34d02bd3f
tree289dfdfe12cfad7cfedafa996975d7e2cb000f22
parent1d48edd5d1e9f3c2394617615947d4ade9447036
OS/2: Include sys/types.h in vlc_configuration.h

This fixes the following error.

-----
make.exe[1]: Entering directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv'
  CXX    libmkv_plugin_la-virtual_segment.lo
In file included from ../../../include/vlc_common.h:938,
                 from mkv.hpp:45,
                 from demux.hpp:28,
                 from virtual_segment.cpp:27:
../../../include/vlc_configuration.h:104: error: 'ssize_t' does not name a type
../../../include/vlc_configuration.h:106: error: 'ssize_t' does not name a type
In file included from mkv.hpp:53,
                 from demux.hpp:28,
                 from virtual_segment.cpp:27:
../../../include/vlc_charset.h:153: warning: 'warn_unused_result' attribute ignored
make.exe[1]: *** [libmkv_plugin_la-virtual_segment.lo] Error 1
make.exe[1]: Leaving directory `F:/lang/work/vlc/vlc.git/modules/demux/mkv'
make.exe: *** [all] Error 2
-----

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_configuration.h