]> granicus.if.org Git - ipset/commit
ipset: fix build with musl
authorStijn Tintel <stijn@linux-ipv6.be>
Mon, 25 Sep 2017 05:09:01 +0000 (08:09 +0300)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 25 Sep 2017 18:10:57 +0000 (20:10 +0200)
commit992723e3712a09037338aa9e5506a080e24d1642
tree2b1718725e0eda178feb7b4fa92a1fdb3e25d2f8
parent82751c4269b72e10788a931008d63eed9e6bd126
ipset: fix build with musl

Include sys/types.h for u_int8_t and define _GNU_SOURCE for musl to
expose it.

Fixes: 54802b2c2826 ("Report if the option is supported by a newer kernel release")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
src/ipset.c