]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Guard non-portable forwarded includes
authorAaron Dierking <aarond@fb.com>
Thu, 14 Jun 2018 18:38:32 +0000 (11:38 -0700)
committerGuillem Jover <guillem@hadrons.org>
Mon, 18 Jun 2018 02:31:00 +0000 (04:31 +0200)
commitc2d9d8408869af50fd5802542a4f032375e5e7bc
treecf4503428903d0331d908e0b2bb4f620212c2011
parent2ebe6d5a025dc9762db2b1854d966639e1920e60
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>
include/bsd/err.h
include/bsd/getopt.h
include/bsd/sys/endian.h
include/bsd/sys/time.h
include/bsd/unistd.h