diff options
author | Sven Gothel <[email protected]> | 2022-07-31 10:21:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-07-31 10:21:13 +0200 |
commit | aff3ddcd929419518f27b53738a4a350759a6c29 (patch) | |
tree | 97c9766ea3ca2b475f62a3f1176982c7f5eee779 /test/test_fileutils.hpp | |
parent | a2d444fa79d3691ab7d2a2b1a71455d968d2b463 (diff) |
test_fileutils01: Cover file_stats(fd) and named-fd, incl. using explicit file-fd and fifo/pipe-fd
Diffstat (limited to 'test/test_fileutils.hpp')
-rw-r--r-- | test/test_fileutils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_fileutils.hpp b/test/test_fileutils.hpp index eba2e2e..e527169 100644 --- a/test/test_fileutils.hpp +++ b/test/test_fileutils.hpp @@ -33,6 +33,7 @@ #include <jau/debug.hpp> #include <jau/file_util.hpp> +#include <jau/byte_stream.hpp> using namespace jau::fractions_i64_literals; |