diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:53:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:53:10 +0000 |
| commit | dba6dd177bdee890cf445fbe21a5dccefd5de18e (patch) | |
| tree | 444189f309f3c6e333c2287c6803e04f50f21d0a /sys/dev/stg | |
| parent | 79af3d91dff64838545417ebd47cc269f2ff2111 (diff) | |
Notes
Diffstat (limited to 'sys/dev/stg')
| -rw-r--r-- | sys/dev/stg/tmc18c30_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index 347bb0237645..984f33a5162f 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$"); #include <sys/device_port.h> -#include <dev/pccard/pccarddevs.h> +#include "pccarddevs.h" #include <dev/pccard/pccardvar.h> #include <cam/scsi/scsi_low.h> |
