OSDN Git Service

android: Fix compilation error
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 23 Oct 2013 12:53:05 +0000 (15:53 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 23 Oct 2013 13:06:32 +0000 (16:06 +0300)
The patch fixes errors with undefined symbols EXIT_FAILURE on Android.

android/hal-ipc.c

index a7948a6..e8bba11 100644 (file)
@@ -24,6 +24,7 @@
 #include <poll.h>
 #include <unistd.h>
 #include <stdint.h>
+#include <stdlib.h>
 
 #include <cutils/properties.h>