Author :
Aaron Dierking
Date :
2018-06-14 11:38:32
Hash :c2d9d840 Message :Guard non-portable forwarded includes
These headers are not available on Windows. <bsd/sys/cdefs.h> ensures
that __has_include() and __has_include_next() are defined.
Signed-off-by: Guillem Jover <guillem@hadrons.org>