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 8096b19..ef40f01 100644 --- a/android/cutils/properties.h +++ b/android/cutils/properties.h @@ -22,6 +22,7 @@ */ #include <unistd.h> +#include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html