commit | 81d0a9a70ad68c836f89c5fcbebda95efe0048ab | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Wed May 27 15:26:57 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Wed May 27 15:26:57 2009 -0700 |
tree | 558167674e464325b39fd77e0683327e83a297ec | |
parent | 7e432e0c68017b760dce441144d724175dc3039d [diff] [blame] |
Enable renderscript to build under the simulator. Added missing #include file to declare memcpy().
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>