mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
pthread: include sys/types.h before sys/sysctl.h
Fixes compilation on FreeBSD with clang 3.
This commit is contained in:
parent
d09298f0d6
commit
846dca1aa3
@ -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