diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-27 07:37:02 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-27 07:37:02 +0000 |
| commit | 618095cceffb4bc563e8005c18fc5d018f75378c (patch) | |
| tree | 627b5780aa3ccbd4b4190b1e07a31f439f362a58 /sys/dev/syscons | |
| parent | 7736233b36a5d9d2a0867c79d3cb1398b224c633 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/apm/apm_saver.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index a7562c5b33d89..1ef6bded320b2 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -44,10 +44,8 @@ #include <machine/pc/bios.h> #ifdef PC98 #include <machine/bus.h> -#include <pc98/apm/apm.h> -#else -#include <i386/bios/apm.h> #endif +#include <i386/bios/apm.h> extern int apm_display(int newstate); |
