| Index: device/bluetooth/bluetooth_rfcomm_channel_mac.h
|
| diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.h b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
|
| index 5f98f27a0d2f8b8d6995f2cdf1acbb7308d267ff..8d613b05cd61022265759e7d5ce29822b685a7b6 100644
|
| --- a/device/bluetooth/bluetooth_rfcomm_channel_mac.h
|
| +++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #import <IOBluetooth/IOBluetooth.h>
|
| #import <IOKit/IOReturn.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/macros.h"
|
|
|