Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7868fc9a authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Fix Floss build breakage on ChromeOS

The bind.h header is now in base/functional/.

Bug: 309364342
Test: mmm packages/modules/Bluetooth
Test: USE="floss_upstream -cros-debug" emerge-brya floss
Change-Id: I4e4a3416c9526d6aebee7a3b004d5f7957edfefe
parent ffecb217
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

#include <cstdint>

#include "base/bind.h"
#include "base/functional/bind.h"
#include "os/log.h"
#include "stack/btm/btm_int_types.h"
#include "stack/gatt/gatt_int.h"