Skip to content

elg: Fix mising NULL compile failure

Alistair Francis requested to merge alistair23/mesa:alistair/lima-18.3 into lima-18.3

On GCC8 egl fails to compile with this error: error: 'NULL' undeclared (first use in this function)

As NULL is declared in stddef.h add it as an include to fix the build failure.

Signed-off-by: Alistair Francis alistair@alistair23.me

Merge request reports