From 06428bae51dc2c95f3c162684afd50c72a42e751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 20 Aug 2003 10:12:06 +0000 Subject: Use thusly bypassing need for --- mdk-stage1/ppp/pppd/sys-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/ppp/pppd/sys-linux.c b/mdk-stage1/ppp/pppd/sys-linux.c index d341bb3de..3ab92dfba 100644 --- a/mdk-stage1/ppp/pppd/sys-linux.c +++ b/mdk-stage1/ppp/pppd/sys-linux.c @@ -51,7 +51,7 @@ #define MAX_ADDR_LEN 7 #endif -#if __GLIBC__ >= 2 +#if (defined(__GLIBC__) && __GLIBC__ >= 2) || defined(__dietlibc__) #include /* glibc 2 conflicts with linux/types.h */ #include #include -- cgit v1.2.1