Commit 35324054 authored by Diego Biurrun's avatar Diego Biurrun

cpu-test: Add unistd.h #include for getopt()

parent 30e50c50
......@@ -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
......
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