summaryrefslogtreecommitdiff
path: root/source/tests/async_function.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/async_function.test.c')
-rw-r--r--source/tests/async_function.test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/async_function.test.c b/source/tests/async_function.test.c
index 35ce0ce..2e62f64 100644
--- a/source/tests/async_function.test.c
+++ b/source/tests/async_function.test.c
@@ -1,7 +1,7 @@
#include "../kit/async_function.h"
#define KIT_TEST_FILE async_function
-#include "../kit_test/test.h"
+#include "../kit/kit_test.h"
AF_STATE(int, test_foo, );
static AF_DECL(test_foo);