summaryrefslogtreecommitdiffstats
path: root/src/userial_vendor.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 22:20:56 -0800
committerElliott Hughes <enh@google.com>2015-01-29 22:20:56 -0800
commitad6bbbd04daa376c541deba75c72d04fea443de1 (patch)
tree25046672935ed7ff45ff926b9620828713f89718 /src/userial_vendor.c
parent6a45b5611fa101770c6641ddda1aa83fe47b74be (diff)
downloadandroid_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/userial_vendor.c')
-rw-r--r--src/userial_vendor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userial_vendor.c b/src/userial_vendor.c
index 0f3f527..3ff518b 100644
--- a/src/userial_vendor.c
+++ b/src/userial_vendor.c
@@ -31,6 +31,7 @@
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
+#include <string.h>
#include "bt_vendor_brcm.h"
#include "userial.h"
#include "userial_vendor.h"