You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/services/ppp/patches/150-debug_compile_fix.patch

12 lines
265 B
Diff

--- 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>