Fix darwin build break.

The <malloc.h> include was vestigial from a previous revision.

Test: mma on linux
Change-Id: Iaf8351bec23c2792cefca0e5c9bd42664488f5c4
This commit is contained in:
Josh Gao 2019-02-19 13:15:14 -08:00
parent 8954d0bc98
commit b57dc7a670

View file

@ -18,7 +18,6 @@
#include <alloca.h>
#include <errno.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/user.h>