aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/133-fix_sha1_include.patch
diff options
context:
space:
mode:
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.patch4
1 files changed, 2 insertions, 2 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
index b5ccd0852d..357d951441 100644
--- a/package/network/services/ppp/patches/133-fix_sha1_include.patch
+++ b/package/network/services/ppp/patches/133-fix_sha1_include.patch
@@ -1,8 +1,8 @@
--- a/pppd/sha1.c
+++ b/pppd/sha1.c
-@@ -18,7 +18,7 @@
-
+@@ -19,7 +19,7 @@
#include <string.h>
+ #include <time.h>
#include <netinet/in.h> /* htonl() */
-#include <net/ppp_defs.h>
+#include "pppd.h"