On 23/12/11 10:17, Janne Grunau wrote:
Fixes compilation on FreeBSD with clang 3.
---
libavcodec/pthread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 0b57156..8914150 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -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"
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel