avmedia/source/vlc/wrapper/Player.hxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit b21781864dbc402d2a4fa7e6c6ce29cd4fa2b835 Author: Minh Ngo <nlmin...@gmail.com> Date: Wed Sep 4 07:19:16 2013 +0300 Possibly fixes compiling success regression on the UNIX platform. Change-Id: Ie46bba2bbe8e351c25ae2c207fad9cc73761dd46 diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx index 68e4f44..3413e95 100644 --- a/avmedia/source/vlc/wrapper/Player.hxx +++ b/avmedia/source/vlc/wrapper/Player.hxx @@ -9,6 +9,9 @@ #ifndef _WRAPPER_PLAYER_HXX #define _WRAPPER_PLAYER_HXX +#if defined UNX +# include <unistd.h> +#endif struct libvlc_media_player_t; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits