diff options
-rw-r--r-- | net/bluetooth/6lowpan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c index ba840fe2c555..3cbb1d14c304 100644 --- a/net/bluetooth/6lowpan.c +++ b/net/bluetooth/6lowpan.c | |||
@@ -26,6 +26,8 @@ | |||
26 | #include <net/bluetooth/hci_core.h> | 26 | #include <net/bluetooth/hci_core.h> |
27 | #include <net/bluetooth/l2cap.h> | 27 | #include <net/bluetooth/l2cap.h> |
28 | 28 | ||
29 | #include "6lowpan.h" | ||
30 | |||
29 | #include "../ieee802154/6lowpan.h" /* for the compression support */ | 31 | #include "../ieee802154/6lowpan.h" /* for the compression support */ |
30 | 32 | ||
31 | #define IFACE_NAME_TEMPLATE "bt%d" | 33 | #define IFACE_NAME_TEMPLATE "bt%d" |