Commit 11ec8f1e5dfa1c10e0c9fb94879b6f5b96ba52dd

Guillem Jover 2018-03-06T01:41:35

Handle systems missing <sys/cdefs.h> This is a non-portable header, and we cannot expect it to be provided by the system libc (e.g. musl). We just need and rely on declaration that we have defined ourselves in our own <bsd/sys/cdefs.h>. So we switch to only ever assume that. Fixes: https://bugs.freedesktop.org/105281