0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

osdep/io: also include unistd.h

Might be needed by fcntl() usage.
This commit is contained in:
wm4 2013-11-30 23:17:20 +01:00
parent 9d8573cfe8
commit fafa2f4b85

View File

@ -18,6 +18,8 @@
* with mplayer2. If not, see <http://www.gnu.org/licenses/>.
*/
#include <unistd.h>
#include "config.h"
#include "osdep/io.h"