mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
warning fix (write()/close() require unistd.h)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6240 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d3219d38f4
commit
dbd92f86ed
@ -15,6 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -22,8 +23,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
#ifdef HAVE_DVB
|
||||
@ -33,7 +34,6 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <ost/dmx.h>
|
||||
#include <ost/frontend.h>
|
||||
|
Loading…
Reference in New Issue
Block a user