diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-01-22 11:27:25 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-01-22 11:27:25 +0000 |
| commit | 5069714534cba67f1985e6dfe23b145178372b5f (patch) | |
| tree | 77b0e75f01e157e4773778e8e155e166528b2e8f /sys/dev | |
| parent | fb7912f8bad5eea3256288938342abf739b6158a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/syscons/apm/apm_saver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index f4464ca64307..533600d049dd 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -42,7 +42,11 @@ #include <sys/selinfo.h> #include <machine/apm_bios.h> #include <machine/pc/bios.h> +#ifdef PC98 +#include <pc98/apm/apm.h> +#else #include <i386/apm/apm.h> +#endif extern int apm_display __P((int newstate)); |
