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 <alpi@oticon.com>
This commit is contained in:
Alberto Escolar Piedras 2018-08-02 11:28:55 +02:00 committed by Carles Cufí
commit 304f26c310

View file

@ -15,10 +15,12 @@
#include <errno.h>
#include <stddef.h>
#include <stdlib.h>
#include <poll.h>
#include <errno.h>
#include <sys/socket.h>
#include <string.h>
#include <unistd.h>
#include "soc.h"
#include "cmdline.h" /* native_posix command line options header */