Commit 1574eedd authored by Michael Niedermayer's avatar Michael Niedermayer

tools/yuvcmp: add HAVE_UNISTD_H around #include <unistd.h>

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 39ea2171
......@@ -9,8 +9,10 @@
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
int
main(int argc, char **argv)
......
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