| commit | f851123f7f298b96cdd5e488f25c4b47a3496aca | [log] [tgz] |
|---|---|---|
| author | Evgenii Stepanov <eugenis@google.com> | Wed Nov 30 21:50:33 2016 +0000 |
| committer | android-build-merger <android-build-merger@google.com> | Wed Nov 30 21:50:33 2016 +0000 |
| tree | 7a8ded7116c2450695934a22bfaf8085582b87dc | |
| parent | ffde7a4df21f5acd56c63cacf088710c3f879b25 [diff] | |
| parent | f347046f2dcc1900224370bb9a4f8580a25c2a16 [diff] |
Merge changes Iade6a185,Iab3050bd am: f347046f2d Change-Id: I804f5f0eca2baa6fd4135f6fdfa8def543751a5a
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) {