commit | 09eda2a16be6f1fbd9f1dc11138f19c32c97d0e7 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Dec 13 11:39:58 2017 -0800 |
committer | Dan Albert <danalbert@google.com> | Wed Dec 13 11:39:58 2017 -0800 |
tree | 27339df748251ec593369ba999e2d9071a4e558d | |
parent | d9a579ad14d5a1ec05baff743707439b53acc54e [diff] |
Include what we use. Test: mma Bug: None Change-Id: I5f635659abb528ae6a9d1d9b33ae8a15e9f90ecf Exempt-From-Owner-Approval: trivial cleanup
diff --git a/tests/tests/graphics/jni/android_graphics_cts_SyncTest.cpp b/tests/tests/graphics/jni/android_graphics_cts_SyncTest.cpp index aeea02c..1379e48 100644 --- a/tests/tests/graphics/jni/android_graphics_cts_SyncTest.cpp +++ b/tests/tests/graphics/jni/android_graphics_cts_SyncTest.cpp
@@ -17,6 +17,7 @@ #define LOG_TAG "SyncTest" +#include <errno.h> #include <poll.h> #include <unistd.h>