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

Commit c39caafb authored by Xiaolei Yu's avatar Xiaolei Yu
Browse files

libsparse: fix building on linux host.

memset is declared in <string.h>

Test: builds and works on host

Change-Id: I224a01c78ee1d0c2f8d5e86eef10c84c8960cbc0
parent 85b80dc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
#include <unistd.h>