summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
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;