aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/150-debug_compile_fix.patch
blob: 6c2f5cecabe088f93cb63800eb1b99979f641f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pppd/plugins/rp-pppoe/debug.c
+++ b/pppd/plugins/rp-pppoe/debug.c
@@ -16,6 +16,8 @@
 static char const RCSID[] =
 "$Id: debug.c,v 1.2 2008/06/09 08:34:23 paulus Exp $";
 
+#include <sys/types.h>
+
 #include "pppoe.h"
 #include <sys/time.h>
 #include <time.h>