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

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

Merge "Add header that declares memcpy()"

am: 0fe1b4bd

Change-Id: I497714e9d8aeffd4637969e90219e7fd666f602d
parents 6a25d17a 0fe1b4bd
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>