From 359d71e90050a8b83f7bc7d2ecd4ff29c477cc22 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 26 Jun 2022 22:51:27 +0200 Subject: Cleanup: rename libfstream to libio, split headers Signed-off-by: David Oberhollenzer --- tests/libutil/str_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libutil/str_table.c') diff --git a/tests/libutil/str_table.c b/tests/libutil/str_table.c index a69a9c4..509594c 100644 --- a/tests/libutil/str_table.c +++ b/tests/libutil/str_table.c @@ -7,7 +7,7 @@ #include "config.h" #include "util/str_table.h" -#include "fstream.h" +#include "io/file.h" #include "compat.h" #include "../test.h" -- cgit v1.2.3