kopia lustrzana https://gitlab.com/sane-project/backends
- fixed umax_pp build problem on non i386 arch when no sys/io.h
present.DEVEL_2_0_BRANCH-1
rodzic
60502fe47b
commit
be12d73aa3
|
@ -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 */
|
||||
|
|
Ładowanie…
Reference in New Issue