commit | f2205722807f8f7dd8bc566f9d80f57c3166e90c | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Feb 19 13:28:06 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 19 13:28:06 2019 -0800 |
tree | d28b63b4f29789a5963362d35d7abb466c1519de | |
parent | 4b93a4a5904f35e492b6f1a66c682f7adf2b4c61 [diff] | |
parent | 5b1a1d80c6938eec0f6da7cf48b1614507270ba8 [diff] |
Merge "Fix darwin build break." am: 3ea374f54c Change-Id: I5de5658169c27aaa753ffa40e13e3e3bf7b31e03
diff --git a/base/cmsg.cpp b/base/cmsg.cpp index 1879d44..5e86075 100644 --- a/base/cmsg.cpp +++ b/base/cmsg.cpp
@@ -18,7 +18,6 @@ #include <alloca.h> #include <errno.h> -#include <malloc.h> #include <stdlib.h> #include <sys/socket.h> #include <sys/user.h>