diff options
Diffstat (limited to 'host/tests/isatty_test.cpp')
-rw-r--r-- | host/tests/isatty_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/tests/isatty_test.cpp b/host/tests/isatty_test.cpp index dfeebfd25..786023dc3 100644 --- a/host/tests/isatty_test.cpp +++ b/host/tests/isatty_test.cpp @@ -5,9 +5,9 @@ // #include <uhdlib/utils/isatty.hpp> +#include <stdio.h> #include <boost/test/unit_test.hpp> #include <iostream> -#include <stdio.h> BOOST_AUTO_TEST_CASE(test_isatty) { @@ -29,4 +29,3 @@ BOOST_AUTO_TEST_CASE(test_isatty) BOOST_REQUIRE(!uhd::is_a_tty(99)); #endif } - |