From a29bca4b79f19e9f04420b545bdec27ddc99150c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Oct 2024 09:36:14 -0400 Subject: Fix includes --- tests/test_download.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_download.c') diff --git a/tests/test_download.c b/tests/test_download.c index cee7683..ad8724e 100644 --- a/tests/test_download.c +++ b/tests/test_download.c @@ -1,4 +1,5 @@ #include "testing.h" +#include "download.h" void test_download() { struct testcase { -- cgit