Commit 576ced55 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0dbcecc8
......@@ -34,7 +34,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if CONFIG_LIBFONTCONFIG
#include <fontconfig/fontconfig.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