Skip to content

zunitc: Fix undeclared identifier 'NULL'

'-' requested to merge makepost/weston:null into master

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.

Merge request reports