vlc | branch: master | KO Myung-Hun <[email protected]> | Sat Jan 28 22:42:04 2012 +0900| [7d46f04db9e5883813727e0a198ac8c53420735f] | committer: Rafaël Carré
Include 'unistd.h' for 'ssize_t' on OS/2 Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d46f04db9e5883813727e0a198ac8c53420735f --- include/vlc_block.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/vlc_block.h b/include/vlc_block.h index 13c52b2..5b65398 100644 --- a/include/vlc_block.h +++ b/include/vlc_block.h @@ -30,6 +30,8 @@ * */ +#include <unistd.h> /* for ssize_t */ + /**************************************************************************** * block: **************************************************************************** _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
