Fix driver_bsd.c compile error
I got an error for WPA_KEY_RSC_LEN is not defined when compiling the driver_bsd.c on NetBSD 4.0. Below patch fixed it.
This commit is contained in:
parent
3ac17eba31
commit
9f2951d2fd
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "driver.h"
|
||||
#include "eloop.h"
|
||||
#include "common/ieee802_11_defs.h"
|
||||
#include "common/wpa_common.h"
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_media.h>
|
||||
|
|
Loading…
Reference in a new issue