X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=pppd%2Fsys-linux.c;h=eedcb53b06923d3e39459551b0a2f594d99f8b47;hb=56371803b11c557e07ae968bef34b178b518139d;hp=761aafc88f92530b27264d4bfa87215b66ff194c;hpb=fcb076c2b24bd8dd73f4be7a9e1712d3a352a376;p=ppp.git diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index 761aafc..eedcb53 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -102,7 +102,7 @@ #define MAX_ADDR_LEN 7 #endif -#if __GLIBC__ >= 2 +#if !defined(__GLIBC__) || __GLIBC__ >= 2 #include /* glibc 2 conflicts with linux/types.h */ #include #include