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/xe | |
| parent | 79af3d91dff64838545417ebd47cc269f2ff2111 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xe_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index 9c3cf8b486b0..cb71f94e2631 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$"); #include <dev/xe/if_xevar.h> #include <dev/pccard/pccardvar.h> -#include <dev/pccard/pccarddevs.h> +#include "pccarddevs.h" #include <dev/pccard/pccard_cis.h> #include "card_if.h" |
