ndisc_snoop: Include ndisc_snoop.h to check prototypes
This allows the compiler to check that function prototypes match the implementation. In addition, this gets rid of sparse warnings. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
99a716ac91
commit
bbae0f03aa
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "ap_drv_ops.h"
|
||||
#include "list.h"
|
||||
#include "x_snoop.h"
|
||||
#include "ndisc_snoop.h"
|
||||
|
||||
struct ip6addr {
|
||||
struct in6_addr addr;
|
||||
|
|
Loading…
Reference in a new issue