diff options
| -rw-r--r-- | libs/binder/libbinder_rpc_unstable.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/binder/libbinder_rpc_unstable.cpp b/libs/binder/libbinder_rpc_unstable.cpp index a84a0c6e0b..64b1be25d2 100644 --- a/libs/binder/libbinder_rpc_unstable.cpp +++ b/libs/binder/libbinder_rpc_unstable.cpp @@ -23,11 +23,8 @@ #ifndef __TRUSTY__ #include <cutils/sockets.h> -#endif - -#ifdef __linux__ -#include <linux/vm_sockets.h> -#endif // __linux__ +#include "vm_sockets.h" +#endif // !__TRUSTY__ using android::OK; using android::RpcServer; |