mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
mingw port
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10982 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ffc103b06a
commit
f7bbea2af8
@ -12,10 +12,12 @@
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef __MINGW32__
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user