From 45d38856c8856b5550bb5656bda60ea674ca52c0 Mon Sep 17 00:00:00 2001 From: - Date: Thu, 2 May 2019 17:35:29 +0000 Subject: [PATCH] zunitc: Fix undeclared identifier 'NULL' Since v6 release, -Dtest-junit-xml=false build regressed because its ifdef branch no longer includes stddef.h and thus NULL, either directly or through another header. Using musl-1.1.22 and llvm-8.0.0. --- tools/zunitc/src/zuc_junit_reporter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/zunitc/src/zuc_junit_reporter.c b/tools/zunitc/src/zuc_junit_reporter.c index c0457f21..42acad91 100644 --- a/tools/zunitc/src/zuc_junit_reporter.c +++ b/tools/zunitc/src/zuc_junit_reporter.c @@ -460,6 +460,7 @@ zuc_junit_reporter_create(void) #else /* ENABLE_JUNIT_XML */ +#include #include "zuc_event_listener.h" /*