Kaydet (Commit) e16a29d8 authored tarafından Minh Ngo's avatar Minh Ngo

Replacing unistd.h by stdint.h

Change-Id: I39cfe819518d11152200620515eded09ed6889f0
üst ffda2ff8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#ifndef _WRAPPER_PLAYER_HXX #ifndef _WRAPPER_PLAYER_HXX
#define _WRAPPER_PLAYER_HXX #define _WRAPPER_PLAYER_HXX
#if defined UNX #if defined UNX
# include <unistd.h> # include <stdint.h>
#endif #endif
struct libvlc_media_player_t; struct libvlc_media_player_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment