summaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h
blob: 792d29f7f7380a63d29fc9769542f9a3369eb621 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- adb/sysdeps/mutex.h.orig	2016-06-23 07:04:56 UTC
+++ adb/sysdeps/mutex.h
@@ -104,4 +104,6 @@
 
 }
 
+#else
+#include <mutex>
 #endif