diff options
-rw-r--r-- | net/bluetooth/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 52e9ec2644c..a36f8707d96 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c @@ -25,6 +25,7 @@ #include <net/bluetooth/l2cap.h> #include <net/bluetooth/smp.h> #include <linux/crypto.h> +#include <linux/scatterlist.h> #include <crypto/b128ops.h> #define SMP_TIMEOUT 30000 /* 30 seconds */ |