commit | d7ffd64accbd50a27289a388856e56244ccbb5da | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Oct 27 10:27:36 2016 -0700 |
committer | Myles Watson <mylesgw@google.com> | Thu Oct 27 14:36:35 2016 -0700 |
tree | 55e292271a82078464dd947e0109ada594478a8e | |
parent | 64c3f22eb0a341c8138b03d14c52308097e1f6b1 [diff] [blame] |
Remove deprecated UNUSED macro (5/5) Include osi.h for UNUSED_ATTR. Test: mma -j32 Change-Id: I43260669dc1f54639e46cc9620093d727ee86276
diff --git a/stack/gatt/gatt_sr.cc b/stack/gatt/gatt_sr.cc index 075829d..a4aa238 100644 --- a/stack/gatt/gatt_sr.cc +++ b/stack/gatt/gatt_sr.cc
@@ -24,6 +24,7 @@ #include "bt_target.h" #include "bt_utils.h" +#include "osi/include/osi.h" #if (BLE_INCLUDED == TRUE) #include <string.h>