aboutsummaryrefslogtreecommitdiff
path: root/tests/test_recipe.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:36:14 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:44:02 -0400
commita29bca4b79f19e9f04420b545bdec27ddc99150c (patch)
tree5c02a4e1f38ef73bd80f2334887ac0476c8ecdb7 /tests/test_recipe.c
parent5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff)
downloadstasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz
Fix includes
Diffstat (limited to 'tests/test_recipe.c')
-rw-r--r--tests/test_recipe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_recipe.c b/tests/test_recipe.c
index 8e2c470..7c55cd5 100644
--- a/tests/test_recipe.c
+++ b/tests/test_recipe.c
@@ -1,4 +1,6 @@
#include "testing.h"
+#include "relocation.h"
+#include "recipe.h"
static void make_local_recipe(const char *localdir) {
char path[PATH_MAX] = {0};