summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-09-04 07:19:16 +0300
committerMinh Ngo <nlminhtl@gmail.com>2013-09-04 07:20:58 +0300
commitb21781864dbc402d2a4fa7e6c6ce29cd4fa2b835 (patch)
treebb47a338f6e1a205c49f25004515abb282b24f95 /avmedia
parent33b49a0d4e8b91fd170753ea9fd46dde67a8b686 (diff)
Possibly fixes compiling success regression on the UNIX platform.
Change-Id: Ie46bba2bbe8e351c25ae2c207fad9cc73761dd46
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/wrapper/Player.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx
index 68e4f4417bac..3413e955ff2c 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;