mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
cpu-test: Add unistd.h #include for getopt()
This commit is contained in:
parent
30e50c5027
commit
353240541d
@ -180,6 +180,10 @@ int av_cpu_count(void)
|
||||
#ifdef TEST
|
||||
|
||||
#include <stdio.h>
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "avstring.h"
|
||||
|
||||
#if !HAVE_GETOPT
|
||||
|
Loading…
Reference in New Issue
Block a user