diff options
Diffstat (limited to 'sys/i4b/layer1/iwic/i4b_iwic_bchan.c')
-rw-r--r-- | sys/i4b/layer1/iwic/i4b_iwic_bchan.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c index 208615c1d671..66b1b537d6b8 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c @@ -45,9 +45,9 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> -#include <machine/i4b_debug.h> -#include <machine/i4b_ioctl.h> -#include <machine/i4b_trace.h> +#include <i4b/include/i4b_debug.h> +#include <i4b/include/i4b_ioctl.h> +#include <i4b/include/i4b_trace.h> #include <i4b/layer1/i4b_l1.h> |