updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / utvideo / add-pthread.patch
blob209b7a09cd4fb275f78d29cf4ee013ed6c135735
1 --- utv_core/stdafx.h.orig 2011-11-04 11:12:28.322123813 -0800
2 +++ utv_core/stdafx.h 2011-11-04 11:13:09.245648380 -0800
3 @@ -54,6 +54,7 @@
4 #include <stdlib.h>
5 #include <string.h>
6 #include <unistd.h>
7 +#include <pthread.h>
8 #endif
10 #if defined(__APPLE__)