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/Makemodule.am | 2 +- tests/libutil/str_table.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libutil') diff --git a/tests/libutil/Makemodule.am b/tests/libutil/Makemodule.am index 27d6341..557a65c 100644 --- a/tests/libutil/Makemodule.am +++ b/tests/libutil/Makemodule.am @@ -1,5 +1,5 @@ test_str_table_SOURCES = tests/libutil/str_table.c tests/test.h -test_str_table_LDADD = libutil.a libfstream.a libcompat.a +test_str_table_LDADD = libutil.a libio.a libcompat.a test_str_table_CPPFLAGS = $(AM_CPPFLAGS) -DTESTPATH=$(top_srcdir)/tests/libutil test_rbtree_SOURCES = tests/libutil/rbtree.c tests/test.h 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