[vlc-devel] [PATCH 1/2] Include 'unistd.h' for 'ssize_t' on OS/2

KO Myung-Hun komh78 at gmail.com
Sat Jan 28 11:16:31 CET 2012


---
 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:
  ****************************************************************************
-- 
1.7.3.2




More information about the vlc-devel mailing list