summaryrefslogtreecommitdiffstats
path: root/contrib/libvpx/P01-mingw-vpx-semaphore.patch
blob: 7ef8fb95d2b641f4886cbabebc730cde962c596c (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur libvpx-1.6.1.orig/vp8/common/threading.h libvpx-1.6.1/vp8/common/threading.h
--- libvpx-1.6.1.orig/vp8/common/threading.h	2017-01-12 13:27:27.000000000 -0700
+++ libvpx-1.6.1/vp8/common/threading.h	2017-03-11 13:27:10.173664615 -0700
@@ -73,6 +73,7 @@
 #include <unistd.h>
 
 #else
+#include <sys/types.h>
 #include <semaphore.h>
 #endif