diff options
author | phk <phk@FreeBSD.org> | 1994-11-02 04:54:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-02 04:54:30 +0000 |
commit | 76d6e07a930d67111b9e30a29b794dc37a65ca4f (patch) | |
tree | cbbd1dbebbad05952e34da041020cd20be3f568b /usr.sbin/apm | |
parent | 67627c47c09b6adfb91314c899c4f262b6a8abc5 (diff) | |
download | FreeBSD-src-76d6e07a930d67111b9e30a29b794dc37a65ca4f.zip FreeBSD-src-76d6e07a930d67111b9e30a29b794dc37a65ca4f.tar.gz |
Fixed a #include to point to machine/apm_bios.h
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/apm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index 224bc4e..93ef886 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -17,7 +17,7 @@ #include <string.h> #include <sys/file.h> #include <sys/ioctl.h> -#include <apm_bios.h> +#include <machine/apm_bios.h> #define APMDEV "/dev/apm0" |