Skip to content
Commit 4083e8f2 authored by Niclas Zeising's avatar Niclas Zeising Committed by Eric Engestrom
Browse files

meson.build: Fix header detection on FreeBSD



FreeBSD requires sys/types.h for sys/sysctl.h, add it as part of the
includes when checking for headers.
Instead of splitting out the check for sys/sysctl.h from the other
header checks, just add sys/types.h to all header checks.

v2 [Emil]
 - add inline comment
 - drop bash/sh hunk

Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: default avatarNiclas Zeising <zeising@daemonic.se>
Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
parent 7e46f4dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment