X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap_ms.c;fp=pppd%2Fchap_ms.c;h=8e59280cbee6aab7b284b13a5222fa2b322a2f8e;hp=e7e8cbadfc2ff71333c11e25e83d384a3e3f42fe;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hpb=0ef528de9025051a4ab82e73ffd013edf2d6e4c5 diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index e7e8cba..8e59280 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -87,6 +87,11 @@ #include #include #include +#if defined(SOL2) +#include +#else +#include +#endif #include "pppd.h" #include "chap-new.h" @@ -130,7 +135,6 @@ static char *mschap2_peer_challenge = NULL; #include "fsm.h" /* Need to poke MPPE options */ #include "ccp.h" -#include #endif /*