diff options
author | Greg Hackmann <ghackmann@google.com> | 2015-02-25 23:42:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-25 23:42:17 +0000 |
commit | 56f8c6c42dab4c3636edb62162088e5d765fa956 (patch) | |
tree | 816af69a0204579df987276d0ced8dcb0a223427 /services | |
parent | 797498450cbcb87c28636e775ada942005436909 (diff) | |
parent | ee9701744a01acb558cb1082de9cc1415d0dbaff (diff) | |
download | frameworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.zip frameworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.tar.gz frameworks_native-56f8c6c42dab4c3636edb62162088e5d765fa956.tar.bz2 |
Merge "Error compiling waitforvsync.cpp"
Diffstat (limited to 'services')
-rw-r--r-- | services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp | 1 |
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) |