--- svgalib.c Sun Aug 9 04:22:27 1998 +++ svgalib.c.new Thu Jan 7 10:40:03 1999 @@ -10,11 +10,13 @@ // Time of creation. #ifdef HAVE_SVGALIB + #include #include #include #include #include +#include #include "error.h" #include "gr.h" @@ -151,8 +153,8 @@ // 02/04/98: D'OH!! port_out(number,port) **NOT** port_out(port,number) // Having your system lock and spurt out eth0 not found messages // isn't fun. -#ifdef __alpha__ -static void port_out(int value, int port) { +#ifndef __i386__ + static void port_out(int value, int port) { outb (value, port); } #else