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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-08 02:50:24 +02:00
parent 576ced5530
commit 0ffba9feb6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include <sys/types.h>
#include <sys/sysctl.h>
#endif
#if HAVE_SYSCONF
#if HAVE_UNISTD_H
#include <unistd.h>
#endif