mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-03 00:56:54 +00:00
pthread: include sys/types.h before sys/sysctl.h
Fixes compilation on FreeBSD with clang 3. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c25c7ba87c
commit
8d4668cc5f
@ -37,8 +37,8 @@
|
||||
#elif HAVE_GETSYSTEMINFO
|
||||
#include <windows.h>
|
||||
#elif HAVE_SYSCTL
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#include "avcodec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user