summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorMinh Ngo <nlminhtl@gmail.com>2013-09-05 01:19:17 +0300
committerMinh Ngo <nlminhtl@gmail.com>2013-09-05 01:20:11 +0300
commite16a29d8d41253ac86d516deacf59684030fe998 (patch)
tree5fc585accf70e23c19d215c63897291ba981b0a2 /avmedia
parentffda2ff88aae5c388fe13ae451cad9af38e41edc (diff)
Replacing unistd.h by stdint.h
Change-Id: I39cfe819518d11152200620515eded09ed6889f0
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/wrapper/Player.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx
index 3413e955ff2c..4ff066a8dc38 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;