From d8354e8e635399768a51efb12784d6ee31ff3f7c Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Mon, 26 May 2014 15:16:28 +0200 Subject: [PATCH] android: Fix missing include It's needed for getenv(). --- android/cutils/properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/android/cutils/properties.h b/android/cutils/properties.h index 8096b19af..ef40f01c8 100644 --- a/android/cutils/properties.h +++ b/android/cutils/properties.h @@ -22,6 +22,7 @@ */ #include +#include #include #include #include -- 2.47.3