X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libeap%2Fsrc%2Futils%2Fcommon.h;h=2868df79ffcfe0bd15bd9ef609a28bda66ecefa9;hb=d81b9e4605c7bd3da62f3679effe124778592b13;hp=f2ec88bb03de5d5a438b58aeefc73f7816e04df4;hpb=7c47f43737f6b5f8509cfbe7f95d7171272cfd08;p=mech_eap.git diff --git a/libeap/src/utils/common.h b/libeap/src/utils/common.h index f2ec88b..2868df7 100644 --- a/libeap/src/utils/common.h +++ b/libeap/src/utils/common.h @@ -76,7 +76,12 @@ static inline unsigned int bswap_32(unsigned int v) #endif /* __SYMBIAN32__ */ #ifdef CONFIG_NATIVE_WINDOWS +#ifdef CONFIG_IPV6 +#include +#include +#else #include +#endif typedef int socklen_t;