diff --git a/ffserver.c b/ffserver.c index a6ab458de6..08f7878541 100644 --- a/ffserver.c +++ b/ffserver.c @@ -56,7 +56,9 @@ #include "libavutil/time.h" #include +#if HAVE_UNISTD_H #include +#endif #include #include #if HAVE_POLL_H