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_conda.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_conda.c') diff --git a/tests/test_conda.c b/tests/test_conda.c index fc762e9..2ed869a 100644 --- a/tests/test_conda.c +++ b/tests/test_conda.c @@ -1,4 +1,6 @@ #include "testing.h" +#include "conda.h" +#include "delivery.h" char cwd_start[PATH_MAX]; char cwd_workspace[PATH_MAX]; -- cgit