Commit c2d9d8408869af50fd5802542a4f032375e5e7bc

Aaron Dierking 2018-06-14T11:38:32

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>