summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsMatrix.cpp
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-05-27 15:26:57 -0700
committerJack Palevich <jackpal@google.com>2009-05-27 15:26:57 -0700
commit81d0a9a70ad68c836f89c5fcbebda95efe0048ab (patch)
tree558167674e464325b39fd77e0683327e83a297ec /libs/rs/rsMatrix.cpp
parent7e432e0c68017b760dce441144d724175dc3039d (diff)
downloadframeworks_base-81d0a9a70ad68c836f89c5fcbebda95efe0048ab.zip
frameworks_base-81d0a9a70ad68c836f89c5fcbebda95efe0048ab.tar.gz
frameworks_base-81d0a9a70ad68c836f89c5fcbebda95efe0048ab.tar.bz2
Enable renderscript to build under the simulator.
Added missing #include file to declare memcpy().
Diffstat (limited to 'libs/rs/rsMatrix.cpp')
-rw-r--r--libs/rs/rsMatrix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsMatrix.cpp b/libs/rs/rsMatrix.cpp
index 7d22ae0..e68d5ac 100644
--- a/libs/rs/rsMatrix.cpp
+++ b/libs/rs/rsMatrix.cpp
@@ -17,6 +17,7 @@
#include "rsMatrix.h"
#include "stdlib.h"
+#include "string.h"
#include "math.h"
#include <utils/Log.h>