mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ zuc_junit_reporter_create(void)
|
|||
|
||||
#else /* ENABLE_JUNIT_XML */
|
||||
|
||||
#include <stddef.h>
|
||||
#include "zuc_event_listener.h"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue