OSDN Git Service

monitor: Add missing include
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 11 Sep 2013 14:03:28 +0000 (16:03 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 12 Sep 2013 06:55:31 +0000 (09:55 +0300)
commitaef08344cc2988c7ef2160701f9114ad1f15048c
tree6760b81017a017a40f7dcbeecb7724069e0146ee
parent8a4ab2912b1fc5f4fcbcb434fd189b02bc424ff7
monitor: Add missing include

Bionic library requires explicit include for data types used in ioctl
call. This fix following build error with bionic:

target  C: btmon <= external/bluetooth/bluez/monitor/display.c
external/bluetooth/bluez/monitor/display.c: In function 'num_columns':
external/bluetooth/bluez/monitor/display.c:59:18: error: storage size
    of 'ws' isn't known
monitor/display.c