From 137c4262e831eaf2c50dbab3ee41e7fd412dfa8a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 20 Mar 2014 13:51:36 +0000 Subject: pppd: fix build errors with musl Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39963 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../network/services/ppp/patches/510-pptp_compile_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/network/services/ppp/patches/510-pptp_compile_fix.patch (limited to 'package/network/services/ppp/patches/510-pptp_compile_fix.patch') diff --git a/package/network/services/ppp/patches/510-pptp_compile_fix.patch b/package/network/services/ppp/patches/510-pptp_compile_fix.patch new file mode 100644 index 0000000000..04bb620e76 --- /dev/null +++ b/package/network/services/ppp/patches/510-pptp_compile_fix.patch @@ -0,0 +1,11 @@ +--- a/pppd/plugins/pptp/pptp.c ++++ b/pppd/plugins/pptp/pptp.c +@@ -48,7 +48,7 @@ + + #include "pptp_callmgr.h" + #include +-#include ++#include + #include + + #include -- cgit v1.2.3