mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
osdep/io: also include unistd.h
Might be needed by fcntl() usage.
This commit is contained in:
parent
9d8573cfe8
commit
fafa2f4b85
@ -18,6 +18,8 @@
|
||||
* with mplayer2. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "osdep/io.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user