diff options
| author | Elliott Hughes <enh@google.com> | 2015-01-29 22:20:56 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2015-01-29 22:20:56 -0800 |
| commit | ad6bbbd04daa376c541deba75c72d04fea443de1 (patch) | |
| tree | 25046672935ed7ff45ff926b9620828713f89718 /src/upio.c | |
| parent | 6a45b5611fa101770c6641ddda1aa83fe47b74be (diff) | |
| download | android_hardware_broadcom_libbt-ad6bbbd04daa376c541deba75c72d04fea443de1.tar.gz android_hardware_broadcom_libbt-ad6bbbd04daa376c541deba75c72d04fea443de1.tar.bz2 android_hardware_broadcom_libbt-ad6bbbd04daa376c541deba75c72d04fea443de1.zip | |
Add missing includes.
Change-Id: If201ba51119412f113734caf383c35884fd2fcd6
Diffstat (limited to 'src/upio.c')
| -rw-r--r-- | src/upio.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include <utils/Log.h> #include <fcntl.h> #include <errno.h> +#include <string.h> #include <cutils/properties.h> #include "bt_vendor_brcm.h" #include "upio.h" |
