1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-14 11:03:33 +02:00

pthread: sysctl.h needs param.h on openbsd

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-23 16:34:46 +01:00
parent 5c33a9a5c1
commit 7de733b752

View File

@ -38,6 +38,7 @@
#include <windows.h>
#elif HAVE_SYSCTL
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#endif