From a9196b43d4e4063be1256aa8c25b8e3595a484a8 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Sun, 1 Jun 2025 15:40:22 +0200 Subject: [PATCH] Added missing header to Makefile.am. --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index de710fd0..690d956a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -27,6 +27,7 @@ rtorrent_Test_Common = \ helpers/test_main_thread.h \ helpers/test_thread.cc \ helpers/test_thread.h \ + helpers/test_utils.h \ helpers/utils.h rtorrent_Test_Rpc_SOURCES = $(rtorrent_Test_Common) \