diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 19:14:46 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 19:14:46 +0000 |
| commit | b7b5ae3edbad0eca5ed8a9a08326ad0867b4d94d (patch) | |
| tree | 3ded447729da2f74d5f91dcc467cfc6d7425da2b /sys/dev/syscons | |
| parent | c1f567e3044cc90dc3b0f50989e575305d4a2421 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/apm/apm_saver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index 01d15686fb0ae..a7562c5b33d89 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -46,7 +46,7 @@ #include <machine/bus.h> #include <pc98/apm/apm.h> #else -#include <i386/apm/apm.h> +#include <i386/bios/apm.h> #endif extern int apm_display(int newstate); |
