From: James C. <qu...@la...> - 2016-07-08 04:05:08
|
Thanks, pushed as a2bc565. On Fri, Jan 22, 2016 at 10:20:48AM -0300, Gustavo Zacarias wrote: > We're using u_int32_t here, this breaks on musl libc builds otherwise. > > Signed-off-by: Gustavo Zacarias <gu...@za...> > --- > pqueue.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/pqueue.h b/pqueue.h > index a56590f..8c60c62 100644 > --- a/pqueue.h > +++ b/pqueue.h > @@ -3,6 +3,7 @@ > > #include <time.h> > #include <sys/time.h> > +#include <sys/types.h> > > /* wait this many seconds for missing packets before forgetting about them */ > #define DEFAULT_PACKET_TIMEOUT 0.3 > -- > 2.4.10 > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > pptpclient-devel mailing list > ppt...@li... > https://lists.sourceforge.net/lists/listinfo/pptpclient-devel -- James Cameron http://quozl.netrek.org/ |