From: Yi Zhu Date: Thu, 9 Dec 2010 19:29:26 +0000 (-0800) Subject: Fix driver_bsd.c compile error X-Git-Tag: hostap-1-bp~663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f2951d2fd53a5d13a23e976292020f5dc698abc;p=thirdparty%2Fhostap.git 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. --- diff --git a/src/drivers/driver_bsd.c b/src/drivers/driver_bsd.c index 7700a8592..837a31813 100644 --- a/src/drivers/driver_bsd.c +++ b/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 #include