diff --git a/libbb/interface.c b/libbb/interface.c index fe2d0b4b2..db18b9ad9 100644 --- a/libbb/interface.c +++ b/libbb/interface.c @@ -1374,7 +1374,7 @@ static struct hwtype loop_hwtype = { #if HAVE_HWETHER #include -#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1 +#if (__GLIBC__ >=2 && __GLIBC_MINOR >= 1) || defined(_NEWLIB_VERSION) #include #else #include