From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Andrei Emeltchenko To: linux-bluetooth@vger.kernel.org Subject: [PATCH] android: Fix compilation error Date: Wed, 23 Oct 2013 15:53:05 +0300 Message-Id: <1382532785-5873-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Andrei Emeltchenko The patch fixes errors with undefined symbols EXIT_FAILURE on Android. --- android/hal-ipc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/android/hal-ipc.c b/android/hal-ipc.c index 2d58038..1e32774 100644 --- a/android/hal-ipc.c +++ b/android/hal-ipc.c @@ -24,6 +24,7 @@ #include #include #include +#include #include -- 1.8.1.2