diff options
Diffstat (limited to 'tests/test_recipe.c')
-rw-r--r-- | tests/test_recipe.c | 2 |
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}; |