diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-15 01:47:10 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-15 01:47:10 +0000 |
| commit | 6b016bfd75b7e90b9b327ed236235ca0a9ad1cbd (patch) | |
| tree | fd041bd7ed5b26a9628c43b877aa730dc92da6ea /sys/dev/isp/ispvar.h | |
| parent | b5a11b0bc51b0c485e2597456e1803d377fb9f00 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispvar.h')
| -rw-r--r-- | sys/dev/isp/ispvar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index a28dd99fde0d..2c0f665c41f7 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -39,18 +39,21 @@ #include <dev/ic/ispmbox.h> #ifdef ISP_TARGET_MODE #include <dev/ic/isp_target.h> +#include <dev/ic/isp_tpublic.h> #endif #endif #ifdef __FreeBSD__ #include <dev/isp/ispmbox.h> #ifdef ISP_TARGET_MODE #include <dev/isp/isp_target.h> +#include <dev/isp/isp_tpublic.h> #endif #endif #ifdef __linux__ #include "ispmbox.h" #ifdef ISP_TARGET_MODE #include "isp_target.h" +#include "isp_tpublic.h" #endif #endif |
