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

avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>

parent 576ced55
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#endif
#if HAVE_SYSCONF
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
......
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