Commit: 6ad13748da6a6068d8a28a988a4dd82152cb04c9
Parent: a8e5fe8a3cfeef8cdfcfc42abceb37a1766bf48f
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-04-15 23:12:04
Tree: 3aa23b410c0e9cc35ce20eb74df981003f8f443f

tools/hciattach: Fix missing includes According to writev manual one should include <sys/uio.h> to use it. This fix following warnings with bionic: external/bluetooth/bluez/tools/hciattach_tialt.c: In function 'texas_load_firmware': external/bluetooth/bluez/tools/hciattach_tialt.c:142:4: warning: implicit declaration of function 'writev' [-Wimplicit-function-declaration] target thumb C: hciattach <= external/bluetooth/bluez/tools/ hciattach_ath3k.c target thumb C: hciattach <= external/bluetooth/bluez/tools/ hciattach_qualcomm.c external/bluetooth/bluez/tools/hciattach_qualcomm.c: In function 'qualcomm_load_firmware': external/bluetooth/bluez/tools/hciattach_qualcomm.c:147:4: warning: implicit declaration of function 'writev' [-Wimplicit-function-declaration]

Diffstat

M tools/hciattach_qualcomm.c | 1 +
M tools/hciattach_tialt.c | 1 +

2 files changed, 2 insertions(+), 0 deletions(-)

View Full Diff | Patch