Commit 8d4668cc authored by Janne Grunau's avatar Janne Grunau Committed by Michael Niedermayer

pthread: include sys/types.h before sys/sysctl.h

Fixes compilation on FreeBSD with clang 3.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c25c7ba8
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#elif HAVE_GETSYSTEMINFO #elif HAVE_GETSYSTEMINFO
#include <windows.h> #include <windows.h>
#elif HAVE_SYSCTL #elif HAVE_SYSCTL
#include <sys/sysctl.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/sysctl.h>
#endif #endif
#include "avcodec.h" #include "avcodec.h"
......
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