]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
Merge commit '14b4e64eabc84c5a5e57c8ccc56bbeb95380823b'
[ffmpeg] / ffserver.c
index a6ab458de62ada0e242ac3216ad39da14e3a94ca..08f78785417a25b151d390ddf4632536c1384e08 100644 (file)
@@ -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