summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/tests
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2015-02-25 23:42:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-25 23:42:17 +0000
commit56f8c6c42dab4c3636edb62162088e5d765fa956 (patch)
tree816af69a0204579df987276d0ced8dcb0a223427 /services/surfaceflinger/tests
parent797498450cbcb87c28636e775ada942005436909 (diff)
parentee9701744a01acb558cb1082de9cc1415d0dbaff (diff)
downloadframeworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.zip
frameworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.tar.gz
frameworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.tar.bz2
Merge "Error compiling waitforvsync.cpp"
Diffstat (limited to 'services/surfaceflinger/tests')
-rw-r--r--services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp b/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp
index 279b88b..b88b04a 100644
--- a/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp
+++ b/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp
@@ -23,6 +23,7 @@
#include <errno.h>
#include <string.h>
#include <stdio.h>
+#include <unistd.h>
#ifndef FBIO_WAITFORVSYNC
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)