From e3e957e068bb99b9e3419504dc3817223e9a624f Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 23 Oct 2013 15:53:05 +0300 Subject: [PATCH] android: Fix compilation error 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 a7948a60d..e8bba1102 100644 --- a/android/hal-ipc.c +++ b/android/hal-ipc.c @@ -24,6 +24,7 @@ #include #include #include +#include #include -- 2.11.0