From 9d6a1d111886a71d760377f18bcf2acba15a5f0f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Apr 2024 15:13:15 +0200 Subject: [PATCH] os: access.c: drop unnecessary ifdef Conditional on ipv6 around including isn't necessary. The only reason target not having it is win32, but it doesn't enable SIOCGLIFCONF anyways. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- os/access.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/access.c b/os/access.c index 30399c905..c9891b8e3 100644 --- a/os/access.c +++ b/os/access.c @@ -174,9 +174,7 @@ SOFTWARE. /* #endif */ #endif -#if defined(IPv6) && defined(AF_INET6) #include -#endif #endif /* WIN32 */