From bc29df28a0ddcf03d0279446272e2c4f87d1ff27 Mon Sep 17 00:00:00 2001 From: swaldhoer <34184299+swaldhoer@users.noreply.github.com> Date: Sat, 22 Aug 2026 13:24:24 +0200 Subject: [PATCH] Add include for NULL definition Add #include --- test/TestException.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/TestException.c b/test/TestException.c index d339a78..ebb6b42 100644 --- a/test/TestException.c +++ b/test/TestException.c @@ -8,6 +8,8 @@ #include "unity.h" #include "CException.h" +#include + volatile int TestingTheFallback; volatile int TestingTheFallbackId;