mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
pthread: sysctl.h needs param.h on openbsd
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5c33a9a5c1
commit
7de733b752
@ -38,6 +38,7 @@
|
||||
#include <windows.h>
|
||||
#elif HAVE_SYSCTL
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user