Commit 0ffba9fe authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 576ced55
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#endif #endif
#if HAVE_SYSCONF #if HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif
......
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