ppp: update to version 2.4.7.git-2019-05-06
[openwrt/staging/stintel.git] / package / network / services / ppp / patches / 150-debug_compile_fix.patch
1 --- a/pppd/plugins/rp-pppoe/debug.c
2 +++ b/pppd/plugins/rp-pppoe/debug.c
3 @@ -16,6 +16,8 @@
4 static char const RCSID[] =
5 "$Id: debug.c,v 1.2 2008/06/09 08:34:23 paulus Exp $";
6
7 +#include <sys/types.h>
8 +
9 #include "pppoe.h"
10 #include <sys/time.h>
11 #include <time.h>