diff options
Diffstat (limited to 'package/network/services/ppp/patches/133-fix_sha1_include.patch')
-rw-r--r-- | package/network/services/ppp/patches/133-fix_sha1_include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 0000000..b5ccd08 --- /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 <string.h> + #include <netinet/in.h> /* htonl() */ +-#include <net/ppp_defs.h> ++#include "pppd.h" + #include "sha1.h" + + static void |