avmedia/source/vlc/wrapper/Player.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e16a29d8d41253ac86d516deacf59684030fe998
Author: Minh Ngo <nlmin...@gmail.com>
Date:   Thu Sep 5 01:19:17 2013 +0300

    Replacing unistd.h by stdint.h
    
    Change-Id: I39cfe819518d11152200620515eded09ed6889f0

diff --git a/avmedia/source/vlc/wrapper/Player.hxx 
b/avmedia/source/vlc/wrapper/Player.hxx
index 3413e95..4ff066a 100644
--- a/avmedia/source/vlc/wrapper/Player.hxx
+++ b/avmedia/source/vlc/wrapper/Player.hxx
@@ -10,7 +10,7 @@
 #ifndef _WRAPPER_PLAYER_HXX
 #define _WRAPPER_PLAYER_HXX
 #if defined UNX
-# include <unistd.h>
+# include <stdint.h>
 #endif
 
 struct libvlc_media_player_t;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to