diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 20:58:46 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-15 20:58:46 +0200 |
| commit | bf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (patch) | |
| tree | db8803595e31afd9f331cf9ff60d3a18ed4674cd /test/io.cc | |
| parent | 7f59516611b65dee598966034d526ff1e6e00cf5 (diff) | |
fixup! Improve test coverage of io and unicode
Diffstat (limited to 'test/io.cc')
| -rw-r--r-- | test/io.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,12 +3,13 @@ #include "io.hh" #include "io_test_helper.hh" -#include <cstdlib> #include <cerrno> +#include <cstdlib> #include <dirent.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> +#include <utility> namespace { |
