mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 14:48:05 +02: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.
(cherry picked from commit 45d38856c8)
This commit is contained in:
parent
ffb78089ba
commit
9618f65c3d
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 "shared/zalloc.h"
|
||||
#include "zuc_event_listener.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue