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>