Return-Path: Date: Thu, 17 Oct 2013 12:17:49 +0300 From: Andrei Emeltchenko To: Luiz Augusto von Dentz Cc: linux-bluetooth@vger.kernel.org Subject: Re: [RFC 9/9] android: Fix build error with autotools Message-ID: <20131017091747.GS2861@aemeltch-MOBL1> References: <1382000128-23762-1-git-send-email-luiz.dentz@gmail.com> <1382000128-23762-10-git-send-email-luiz.dentz@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1382000128-23762-10-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Luiz, On Thu, Oct 17, 2013 at 11:55:28AM +0300, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz > > CC android/android_libbt_internal_la-hal_bluetooth.lo > android/hal_bluetooth.c:26:28: fatal error: cutils/sockets.h: No such file or directory > #include > ^ > > Apparently sockets.h is not used for anything, so for now remove it and > once it is actually necessary add local cutils/sockets.h so it can be > build with autotools as well. I assume this header was needed when we had socket based logging. Ack Best regards Andrei Emeltchenko > --- > android/hal_bluetooth.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/android/hal_bluetooth.c b/android/hal_bluetooth.c > index cf8f3ae..e6b6210 100644 > --- a/android/hal_bluetooth.c > +++ b/android/hal_bluetooth.c > @@ -23,7 +23,6 @@ > #include > #include > > -#include > #include > > #define LOG_TAG "BlueZ" > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html