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

Commit fce5280b 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:...

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

Change-Id: Ia39fe174e4532ab282d3dc712684a4e3037c607f
parents 816c9898 f9b579f1
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>