Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b57dc7a6 authored by Josh Gao's avatar Josh Gao
Browse files

Fix darwin build break.

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

Test: mma on linux
Change-Id: Iaf8351bec23c2792cefca0e5c9bd42664488f5c4
parent 8954d0bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include <alloca.h>
#include <errno.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/user.h>