[Libreoffice-commits] core.git: avmedia/source
Minh Ngo
nlminhtl at gmail.com
Wed Sep 4 15:20:35 PDT 2013
avmedia/source/vlc/wrapper/Player.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e16a29d8d41253ac86d516deacf59684030fe998
Author: Minh Ngo <nlminhtl at 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;
More information about the Libreoffice-commits
mailing list