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
1 changed files with 1 additions and 0 deletions

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