diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/interface.c b/libbb/interface.c index 65d7c4e71..7b7d9def0 100644 --- a/libbb/interface.c +++ b/libbb/interface.c @@ -111,8 +111,6 @@ struct in6_ifreq { #if HAVE_AFIPX #if (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) #include <netipx/ipx.h> -#else -#include "ipx.h" #endif #endif |