Commit 7de733b7 authored by Michael Niedermayer's avatar Michael Niedermayer

pthread: sysctl.h needs param.h on openbsd

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5c33a9a5
......@@ -38,6 +38,7 @@
#include <windows.h>
#elif HAVE_SYSCTL
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment