Skip to content

util: move #include out of #if linux

Eric Engestrom requested to merge eric/mesa:os-file-null into master

This #include is needed for NULL, which is used on all OSes, not just Linux.

Reported-by: @jasuarez

Fixes: 31696470 "util: add os_read_file() helper"

Edited by Eric Engestrom

Merge request reports