commit | e250aff83f787459d570b7c6b4e37e65ede40d3d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Nov 11 22:30:57 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Nov 11 22:30:57 2016 +0000 |
tree | 93b9f4aa6cdf47b7158b808ef4ab4a05d2c63cb3 | |
parent | 98edd972d0f3bb445fb851736ee52fbda455931f [diff] | |
parent | cd9ce19e9ce34db6201bdb054c40c3b9e766d2d8 [diff] |
Merge changes I7f32dc9f,I9d88ddb1 am: cd9ce19e9c Change-Id: I3294cceacf564de140e374068c5ed3974df1875c
diff --git a/tests/pty_test.cpp b/tests/pty_test.cpp index 9b5785a..74415d5 100644 --- a/tests/pty_test.cpp +++ b/tests/pty_test.cpp
@@ -14,11 +14,17 @@ * limitations under the License. */ +#include <pty.h> + #include <gtest/gtest.h> -#include <pty.h> +#include <pthread.h> #include <sys/ioctl.h> +#include <atomic> + +#include <android-base/file.h> + #include "utils.h" TEST(pty, openpty) {