Commit 846dca1a authored by Janne Grunau's avatar Janne Grunau

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

Fixes compilation on FreeBSD with clang 3.
parent d09298f0
...@@ -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