From 304f26c3103fb82d56a30248dbb0ad59a2b6aea7 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 2 Aug 2018 11:28:55 +0200 Subject: [PATCH] Bluetooth: Userchan: Add missing headers Added 2 missing headers in drivers/bluetooth/hci/userchan.c (used by read,write and strtol) Signed-off-by: Alberto Escolar Piedras --- drivers/bluetooth/hci/userchan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/bluetooth/hci/userchan.c b/drivers/bluetooth/hci/userchan.c index 254ce1866d1..22a286c4016 100644 --- a/drivers/bluetooth/hci/userchan.c +++ b/drivers/bluetooth/hci/userchan.c @@ -15,10 +15,12 @@ #include #include +#include #include #include #include #include +#include #include "soc.h" #include "cmdline.h" /* native_posix command line options header */