From ebd85b2c17be73129cc3bb2b4087425ace9d2a48 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Jan 2000 15:36:09 +0000 Subject: [PATCH] Don't include with glibc. Older versions of glibc include it directly from , the newer ones define the I/O port access stuff themselves, colliding with . --- lib/i386-ports.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/i386-ports.c b/lib/i386-ports.c index 0e1acae..a78d98b 100644 --- a/lib/i386-ports.c +++ b/lib/i386-ports.c @@ -1,5 +1,5 @@ /* - * $Id: i386-ports.c,v 1.1 1999/01/22 21:05:26 mj Exp $ + * $Id: i386-ports.c,v 1.2 2000/01/24 15:36:09 mj Exp $ * * The PCI Library -- Direct Configuration access via i386 Ports * @@ -8,11 +8,12 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#include #include #ifdef __GLIBC__ #include +#else +#include #endif #include "internal.h" -- 2.39.5