From be97f1b90ab408388a14e4c95fea19eccee33c29 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 28 Dec 1998 22:37:37 +0000 Subject: [PATCH] When using glibc, don't include any longer but all 1998-12-28 Martin Baulig * netload.c: When using glibc, don't include any longer but all headers that were included there; we only needed this file to get those headers. --- sysdeps/linux/netload.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sysdeps/linux/netload.c b/sysdeps/linux/netload.c index 7fcf7e17..b21880ef 100644 --- a/sysdeps/linux/netload.c +++ b/sysdeps/linux/netload.c @@ -30,7 +30,12 @@ #if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1 /* GNU LibC */ #include -#include +#include +#include +#include +#include +#include +#include #else /* Libc 5 */ #include #include