commit | a15c4b3d403e4481a0dbcfa3468bcd3383d6b5af | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Dec 06 14:30:02 2016 -0800 |
committer | Bill Yi <byi@google.com> | Tue Dec 06 14:30:02 2016 -0800 |
tree | 0e7f937e90fa67438d39657b9b87705a57d44d91 | |
parent | 660affdf6161f2705479a68c5268e9d63782801f [diff] | |
parent | 21d77b95b8cf08b5e76c3db17bfa98ad33f398bf [diff] |
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
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) {