summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-07-12 09:17:13 -0700
committerAndy McFadden <fadden@android.com>2010-07-12 09:17:13 -0700
commit35620f5803e3db11add5ecd8ac24665131b99de5 (patch)
tree53038ddc17f18abdffc8c106bea67ebebbbf8430 /opengl
parent2707d6026240bcca6f0e35e2e1138958882e90ce (diff)
downloadframeworks_base-35620f5803e3db11add5ecd8ac24665131b99de5.zip
frameworks_base-35620f5803e3db11add5ecd8ac24665131b99de5.tar.gz
frameworks_base-35620f5803e3db11add5ecd8ac24665131b99de5.tar.bz2
Fix build.
Added missing #include <string.h>. Change-Id: Idf151876851110098fe538a042f896784821919b
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tests/gl_perf/filltest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/tests/gl_perf/filltest.cpp b/opengl/tests/gl_perf/filltest.cpp
index ef85807..3d5757f 100644
--- a/opengl/tests/gl_perf/filltest.cpp
+++ b/opengl/tests/gl_perf/filltest.cpp
@@ -19,6 +19,7 @@
#include <time.h>
#include <sched.h>
#include <sys/resource.h>
+#include <string.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>