libcutils: sdk(mac) build error (part deux)

Test: Build
Bug: 32450474
Change-Id: I92cca30217715779a9db6a60e2e4831a20cec3d4
This commit is contained in:
Mark Salyzyn 2016-11-17 08:33:19 -08:00
parent 231d1ac640
commit 0958b18da0

View file

@ -31,6 +31,10 @@
#include "android_get_control_env.h"
#ifndef TEMP_FAILURE_RETRY
#define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation
#endif
#if defined(__ANDROID__)
/* For the socket trust (credentials) check */
#include <private/android_filesystem_config.h>