Browse Source

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.
Yi Zhu 14 years ago
parent
commit
9f2951d2fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/drivers/driver_bsd.c

+ 1 - 0
src/drivers/driver_bsd.c

@@ -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>