util: move #include out of #if linux
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 1 May 2019 15:25:44 +0000 (16:25 +0100)
committerEric Engestrom <eric@engestrom.ch>
Wed, 1 May 2019 15:45:47 +0000 (15:45 +0000)
commit70da00ffd65e56c8c8cc6ecfcec462fb52ee5102
tree75e13b810e4f39e71851bb61d4f6b85e5c60ef2f
parenta44420d9ccceaa113ab9db9f60d37621b10c733b
util: move #include out of #if linux

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

Reported-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Fixes: 316964709e21286c2af5 "util: add os_read_file() helper"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
src/util/os_file.c