aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/150-debug_compile_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/ppp/patches/150-debug_compile_fix.patch')
-rw-r--r--package/network/services/ppp/patches/150-debug_compile_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/services/ppp/patches/150-debug_compile_fix.patch b/package/network/services/ppp/patches/150-debug_compile_fix.patch
new file mode 100644
index 0000000000..6c2f5cecab
--- /dev/null
+++ b/package/network/services/ppp/patches/150-debug_compile_fix.patch
@@ -0,0 +1,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>