diff options
| author | Josh Gao <jmgao@google.com> | 2019-02-19 13:15:14 -0800 |
|---|---|---|
| committer | Josh Gao <jmgao@google.com> | 2019-02-19 13:17:23 -0800 |
| commit | b57dc7a6701d1a90033befb2b8ec5af95365cbc1 (patch) | |
| tree | d28b63b4f29789a5963362d35d7abb466c1519de | |
| parent | 8954d0bc9876b6fbe15f480ad0eae359f317a076 (diff) | |
| download | system_core-b57dc7a6701d1a90033befb2b8ec5af95365cbc1.tar.gz system_core-b57dc7a6701d1a90033befb2b8ec5af95365cbc1.tar.bz2 system_core-b57dc7a6701d1a90033befb2b8ec5af95365cbc1.zip | |
Fix darwin build break.
The <malloc.h> include was vestigial from a previous revision.
Test: mma on linux
Change-Id: Iaf8351bec23c2792cefca0e5c9bd42664488f5c4
| -rw-r--r-- | base/cmsg.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/cmsg.cpp b/base/cmsg.cpp index 1879d4473..5e8607587 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> |
