summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2015-02-26 01:07:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-26 01:07:03 +0000
commit6f57b269f9ae779a0e85919cdc7a54bfb383e402 (patch)
tree93c0170f8c9b98ca7bb73055eb8b5ceeeff1ba5f /services
parent8d31934148301b449d1b6277e25a6c3a8d162dff (diff)
parent56f8c6c42dab4c3636edb62162088e5d765fa956 (diff)
downloadframeworks_native-6f57b269f9ae779a0e85919cdc7a54bfb383e402.zip
frameworks_native-6f57b269f9ae779a0e85919cdc7a54bfb383e402.tar.gz
frameworks_native-6f57b269f9ae779a0e85919cdc7a54bfb383e402.tar.bz2
am 56f8c6c4: Merge "Error compiling waitforvsync.cpp"
* commit '56f8c6c42dab4c3636edb62162088e5d765fa956': Error compiling waitforvsync.cpp
Diffstat (limited to 'services')
-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)