diff options
Diffstat (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c')
-rw-r--r-- | sys/netgraph/bluetooth/common/ng_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c index bf4b066..73f8266 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -35,7 +35,7 @@ #include <sys/kernel.h> #include <sys/sysctl.h> -#include "ng_bluetooth.h" +#include <netgraph/bluetooth/include/ng_bluetooth.h> /* * Bluetooth stack sysctl globals |