aboutsummaryrefslogtreecommitdiff
path: root/tests/test_artifactory.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_artifactory.c
parent5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff)
downloadstasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz
Fix includes
Diffstat (limited to 'tests/test_artifactory.c')
-rw-r--r--tests/test_artifactory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c
index 1a21f0e..2c732fa 100644
--- a/tests/test_artifactory.c
+++ b/tests/test_artifactory.c
@@ -1,4 +1,6 @@
#include "testing.h"
+#include "artifactory.h"
+#include "delivery.h"
// Import private functions from core
extern int delivery_init_platform(struct Delivery *ctx);