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

Commit f9b579f1 authored by Anatol Pomozov's avatar Anatol Pomozov Committed by android-build-merger
Browse files

Merge "Add header that declares memcpy()" am: 0fe1b4bd am: f31a8d1e am: 1d2bcec7

am: 9fcfe93d

Change-Id: I61e866fae6cf45da07f6998390512b0a4d382c7e
parents 70e1bb87 9fcfe93d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include <functional>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "writer.h"

#include <inttypes.h>
#include <string.h>
#include <unistd.h>

#include <string>