From 7fa3fe6741b08fb26058e92a43dfd9d3798d102a 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 SVN-Revision: 39963 --- .../network/services/ppp/patches/133-fix_sha1_include.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/network/services/ppp/patches/133-fix_sha1_include.patch (limited to 'package/network/services/ppp/patches/133-fix_sha1_include.patch') diff --git a/package/network/services/ppp/patches/133-fix_sha1_include.patch b/package/network/services/ppp/patches/133-fix_sha1_include.patch new file mode 100644 index 0000000000..b5ccd0852d --- /dev/null +++ b/package/network/services/ppp/patches/133-fix_sha1_include.patch @@ -0,0 +1,11 @@ +--- a/pppd/sha1.c ++++ b/pppd/sha1.c +@@ -18,7 +18,7 @@ + + #include + #include /* htonl() */ +-#include ++#include "pppd.h" + #include "sha1.h" + + static void -- cgit v1.2.3