From 250107e9f7167507c8c038d17c0729a91830dc69 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Fri, 6 Nov 2015 12:18:34 -0800 Subject: [PATCH] adb: add basename_lock to mutex_list.h. Fixes crash on Windows. Change-Id: Ic87d8ff30a2e824b6012e7e94b8d83442e17d000 --- adb/mutex_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/adb/mutex_list.h b/adb/mutex_list.h index 79c48d8e7..b59c9f200 100644 --- a/adb/mutex_list.h +++ b/adb/mutex_list.h @@ -6,6 +6,7 @@ #ifndef ADB_MUTEX #error ADB_MUTEX not defined when including this file #endif +ADB_MUTEX(basename_lock) ADB_MUTEX(dirname_lock) ADB_MUTEX(socket_list_lock) ADB_MUTEX(transport_lock)