Commit 307239bd authored by Michael Niedermayer's avatar Michael Niedermayer

ffserver: add HAVE_UNISTD_H around #include <unistd.h>

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1574eedd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment