- fixed umax_pp build problem on non i386 arch when no sys/io.h

present.
DEVEL_2_0_BRANCH-1
Stéphane Voltz 2001-11-22 05:09:07 +00:00
rodzic 60502fe47b
commit be12d73aa3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -60,7 +60,7 @@
#ifdef HAVE_SYS_IO_H
# include <sys/io.h> /* GNU libc based Linux */
#elif HAVE_ASM_IO_H
#elif HAVE_ASM_IO_H && defined __i386__
# include <asm/io.h> /* older Linux */
#elif HAVE_SYS_HW_H
# include <sys/hw.h> /* OS/2 */