summaryrefslogtreecommitdiff
path: root/test/io.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-15 20:58:46 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-15 20:58:46 +0200
commitbf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (patch)
treedb8803595e31afd9f331cf9ff60d3a18ed4674cd /test/io.cc
parent7f59516611b65dee598966034d526ff1e6e00cf5 (diff)
fixup! Improve test coverage of io and unicode
Diffstat (limited to 'test/io.cc')
-rw-r--r--test/io.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/io.cc b/test/io.cc
index 2441138..d6e5161 100644
--- a/test/io.cc
+++ b/test/io.cc
@@ -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 {