Index: ieee80211-1.1.13/ieee80211_crypt_ccmp.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_crypt_ccmp.c +++ ieee80211-1.1.13/ieee80211_crypt_ccmp.c @@ -8,8 +8,9 @@ * published by the Free Software Foundation. See README and COPYING for * more details. */ - +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_crypt_tkip.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_crypt_tkip.c +++ ieee80211-1.1.13/ieee80211_crypt_tkip.c @@ -8,8 +8,9 @@ * published by the Free Software Foundation. See README and COPYING for * more details. */ - +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_crypt_wep.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_crypt_wep.c +++ ieee80211-1.1.13/ieee80211_crypt_wep.c @@ -8,8 +8,9 @@ * published by the Free Software Foundation. See README and COPYING for * more details. */ - +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_geo.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_geo.c +++ ieee80211-1.1.13/ieee80211_geo.c @@ -24,7 +24,9 @@ ******************************************************************************/ #include +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_module.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_module.c +++ ieee80211-1.1.13/ieee80211_module.c @@ -31,7 +31,9 @@ *******************************************************************************/ #include +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_rx.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_rx.c +++ ieee80211-1.1.13/ieee80211_rx.c @@ -14,7 +14,9 @@ */ #include +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include Index: ieee80211-1.1.13/ieee80211_tx.c =================================================================== --- ieee80211-1.1.13.orig/ieee80211_tx.c +++ ieee80211-1.1.13/ieee80211_tx.c @@ -24,7 +24,9 @@ ******************************************************************************/ #include +#ifndef AUTOCONF_INCLUDED #include +#endif #include #include #include