Changeset 1107
- Timestamp:
- 06/02/01 05:31:58 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/dump/isadump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/dump/isadump.c
r798 r1107 22 22 #include <stdlib.h> 23 23 #include <unistd.h> 24 #include <asm/io.h>25 24 26 25 27 26 /* To keep glibc2 happy */ 28 27 #if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0 29 #include <sys/perm.h> 28 #include <sys/io.h> 29 #else 30 #include <asm/io.h> 30 31 #endif 31 32
