diff options
Diffstat (limited to 'libavcodec/pthread.c')
-rw-r--r-- | libavcodec/pthread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index e4a94843fa..c8c5f3f511 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -37,6 +37,9 @@ #elif HAVE_GETSYSTEMINFO #include <windows.h> #elif HAVE_SYSCTL +#if HAVE_SYS_PARAM_H +#include <sys/param.h> +#endif #include <sys/types.h> #include <sys/param.h> #include <sys/sysctl.h> |