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

Commit 1d2bcec7 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

Change-Id: I39adc58d41c3242d149bb9c6f2c9a00f5947a5ab
parents 45fcb8b8 f31a8d1e
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>