commit | b57dc7a6701d1a90033befb2b8ec5af95365cbc1 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Feb 19 13:15:14 2019 -0800 |
committer | Josh Gao <jmgao@google.com> | Tue Feb 19 13:17:23 2019 -0800 |
tree | d28b63b4f29789a5963362d35d7abb466c1519de | |
parent | 8954d0bc9876b6fbe15f480ad0eae359f317a076 [diff] |
Fix darwin build break. The <malloc.h> include was vestigial from a previous revision. Test: mma on linux Change-Id: Iaf8351bec23c2792cefca0e5c9bd42664488f5c4
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>