Commit: 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a
Parent: 3acfa2d50a9f066dd7962885d205ec5f782c2f5b
Author: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-08-25 23:15:39
Tree: cacae3a3c660e2c2216a230ef80bd9853239ac8c

lib: Add missing includes in bluetooth/hci.h Compilation fails when using bluetooth/hci.h without other includes. /usr/include/bluetooth/hci.h:310:9: error: unknown type name ‘uint8_t’ 310 | uint8_t lap[3]; | ^~~~~~~ ... /usr/include/bluetooth/hci.h:383:9: error: unknown type name ‘bdaddr_t’; did you mean ‘daddr_t’? 383 | bdaddr_t bdaddr; | ^~~~~~~~

Diffstat

M lib/bluetooth/hci.h | 3 +++

1 files changed, 3 insertions(+), 0 deletions(-)

View Full Diff | Patch