diff options
Diffstat (limited to 'package/ppp/patches')
-rw-r--r-- | package/ppp/patches/patch-pppd_ipv6cp_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ppp/patches/patch-pppd_ipv6cp_c b/package/ppp/patches/patch-pppd_ipv6cp_c new file mode 100644 index 000000000..1d4123776 --- /dev/null +++ b/package/ppp/patches/patch-pppd_ipv6cp_c @@ -0,0 +1,10 @@ +--- ppp-2.4.4.orig/pppd/ipv6cp.c 2005-08-26 01:59:34.000000000 +0200 ++++ ppp-2.4.4/pppd/ipv6cp.c 2009-12-18 09:06:00.333449663 +0100 +@@ -151,6 +151,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + #include <unistd.h> + #include <netdb.h> |