diff options
author | scottl <scottl@FreeBSD.org> | 2005-03-02 15:13:37 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-03-02 15:13:37 +0000 |
commit | 4d2ae547ed8db4cde08c659ef5e61968ecaab530 (patch) | |
tree | 6759effb32d4fe5a1e027cc364ea01434ed6cffa /sys/dev/hptmv/entry.c | |
parent | f44acad97a770c6b228d65d9c18a0682fc3f3cc1 (diff) | |
download | FreeBSD-src-4d2ae547ed8db4cde08c659ef5e61968ecaab530.zip FreeBSD-src-4d2ae547ed8db4cde08c659ef5e61968ecaab530.tar.gz |
Clean up the botching of the previous repo-copy. Reference the included
headers from the correct location.
Submitted by: Tai-hwa Liang
Diffstat (limited to 'sys/dev/hptmv/entry.c')
-rw-r--r-- | sys/dev/hptmv/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 0e42f6e..504ac5b 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -44,7 +44,7 @@ #include <dev/hptmv/global.h> #include <dev/hptmv/hptintf.h> #include <dev/hptmv/osbsd.h> -#include <contrib/dev/hptmv/access601.h> +#include <dev/hptmv/access601.h> #ifdef DEBUG #ifdef DEBUG_LEVEL |