mirror of https://git.ffmpeg.org/ffmpeg.git
ffserver: add HAVE_UNISTD_H around #include <unistd.h>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1574eedd0e
commit
307239bdb6
|
@ -56,7 +56,9 @@
|
|||
#include "libavutil/time.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#if HAVE_POLL_H
|
||||
|
|
Loading…
Reference in New Issue