summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_perf
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
commita5c381fd51deb4bdd8fea3141ad00925f2e2cfb6 (patch)
tree8509e5479932911021688a4b46bd1a742cd81e0c /opengl/tests/gl_perf
parente5c1f0321b50782dc79a3f61133a66a450d47a42 (diff)
downloadframeworks_native-a5c381fd51deb4bdd8fea3141ad00925f2e2cfb6.zip
frameworks_native-a5c381fd51deb4bdd8fea3141ad00925f2e2cfb6.tar.gz
frameworks_native-a5c381fd51deb4bdd8fea3141ad00925f2e2cfb6.tar.bz2
Fix build.
Added missing #include <string.h>. Change-Id: Idf151876851110098fe538a042f896784821919b
Diffstat (limited to 'opengl/tests/gl_perf')
-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>