diff options
Diffstat (limited to 'devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h')
-rw-r--r-- | devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h b/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h new file mode 100644 index 000000000000..792d29f7f738 --- /dev/null +++ b/devel/android-tools-adb/files/patch-adb_sysdeps_mutex.h @@ -0,0 +1,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 |