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:
Yi Zhu 2010-12-09 11:29:26 -08:00 committed by Jouni Malinen
parent 3ac17eba31
commit 9f2951d2fd

View file

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