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

Commit 81d0a9a7 authored by Jack Palevich's avatar Jack Palevich
Browse files

Enable renderscript to build under the simulator.

Added missing #include file to declare memcpy().
parent 7e432e0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "rsMatrix.h"

#include "stdlib.h"
#include "string.h"
#include "math.h"

#include <utils/Log.h>