From 615f88eca6750482a07009dd468f79850af18bbc Mon Sep 17 00:00:00 2001 From: Weongyo Jeong Date: Wed, 17 Jun 2009 04:23:37 +0000 Subject: [PATCH] adds opt_inet6.h to fix a error during compiling wlan as a module. Reviewed by: sam --- sys/modules/wlan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index c5c788a0eb5..8d825546106 100644 --- a/sys/modules/wlan/Makefile +++ b/sys/modules/wlan/Makefile @@ -10,7 +10,8 @@ SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \ ieee80211_radiotap.c ieee80211_regdomain.c ieee80211_ht.c \ ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c \ ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c -SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h opt_ddb.h +SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h opt_wlan.h \ + opt_ddb.h .if !defined(KERNBUILDDIR) opt_wlan.h: