From 1b681bcd85df4838a4e8f66244c7adde15f8092c Mon Sep 17 00:00:00 2001 From: Hendrik Sitzmann Date: Thu, 8 Feb 2024 18:48:27 +0100 Subject: [PATCH] Corrected header --- test/primzahl/test_primzahl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/primzahl/test_primzahl.c b/test/primzahl/test_primzahl.c index a61662f..fa8aa2b 100644 --- a/test/primzahl/test_primzahl.c +++ b/test/primzahl/test_primzahl.c @@ -1,2 +1,2 @@ #include "unity.h" -#include "fakultaet.h" \ No newline at end of file +#include "primzahl.h" \ No newline at end of file