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.
This commit is contained in:
parent
4071225cdc
commit
45d38856c8
|
@ -460,6 +460,7 @@ zuc_junit_reporter_create(void)
|
|||
|
||||
#else /* ENABLE_JUNIT_XML */
|
||||
|
||||
#include <stddef.h>
|
||||
#include "zuc_event_listener.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue