Commit 24881258 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

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: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 2eccf89a
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
* *
*/ */
#include <sys/types.h> /* for ssize_t */
/**************************************************************************** /****************************************************************************
* block: * block:
**************************************************************************** ****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment