From 292aa0da2f8c938f05bd549fca4d28a78b5a8b16 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 7 Jan 2014 10:05:46 +0200 Subject: [PATCH] btmon: Fix compiler warnings When building for Android this fixes following warnings: ... monitor/ellisys.c: In function 'ellisys_inject_hci': monitor/ellisys.c:159:2: warning: implicit declaration of function 'writev' [-Wimplicit-function-declaration] ... --- monitor/ellisys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/ellisys.c b/monitor/ellisys.c index d21c16425..dae690ffe 100644 --- a/monitor/ellisys.c +++ b/monitor/ellisys.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include -- 2.47.3