From: Arun Thomas Date: Fri, 10 Aug 2012 20:12:13 +0000 (+0200) Subject: drivers.h: fix machine includes X-Git-Tag: v3.2.1~388 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/man.7.html?a=commitdiff_plain;h=7fcec4ef61bd48e5ad785f2014c6d38e709caa8b;p=minix.git drivers.h: fix machine includes --- diff --git a/include/minix/drivers.h b/include/minix/drivers.h index a2c6968c6..ca0974602 100644 --- a/include/minix/drivers.h +++ b/include/minix/drivers.h @@ -25,8 +25,10 @@ #include #include /* IRQ vectors and miscellaneous ports */ +#if defined(__i386__) #include /* BIOS index numbers */ #include /* Well-known ports */ +#endif #include #include