diff options
Diffstat (limited to 'avmedia/source/vlc')
-rw-r--r-- | avmedia/source/vlc/wrapper/Player.hxx | 2 |
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; |