diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-27 16:43:40 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-27 16:43:40 +0000 |
| commit | 06079f1405f9c7fb3daaa80f891e6088f9c4cd55 (patch) | |
| tree | f3264aed94ae9ffa92b445f0105e5663c6e15567 /sys/netgraph | |
| parent | cfeb7489c2ba0a31c1cf311674c163d8fcb9bbf3 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c index 4d97791f9c8c..b140639aca57 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c +++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c @@ -117,8 +117,7 @@ #include <netgraph/bluetooth/include/ng_bluetooth.h> #include <netgraph/bluetooth/include/ng_hci.h> #include <netgraph/bluetooth/include/ng_ubt.h> - -#include <dev/usb/bluetooth/ng_ubt_var.h> +#include <netgraph/bluetooth/drivers/ubt/ng_ubt_var.h> static int ubt_modevent(module_t, int, void *); static device_probe_t ubt_probe; |
