Skip to content
Snippets Groups Projects
Commit 1574eedd authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

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

parent 39ea2171
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment