summaryrefslogtreecommitdiff
path: root/pppd
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-10-16 12:49:53 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commit1d3327b87170d5d8db4a5ad06b465925cff4488a (patch)
tree697bbd9832b5c612468d8792cd84acc06b5533cc /pppd
parentd2330632fd4bdab5cf89bfdcce45eefd6fe34b97 (diff)
downloadppp-1d3327b87170d5d8db4a5ad06b465925cff4488a.tar.gz
Fixup in merge/rebase, had to remove duplicate use of pppdconf.h
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd')
-rw-r--r--pppd/Makefile.am1
-rw-r--r--pppd/plugins/passprompt.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/pppd/Makefile.am b/pppd/Makefile.am
index 2336853..c316ea4 100644
--- a/pppd/Makefile.am
+++ b/pppd/Makefile.am
@@ -37,7 +37,6 @@ pppd_include_HEADERS = \
md4.h \
md5.h \
mppe.h \
- pppdconf.h \
pathnames.h \
peap.h \
pppcrypt.h \
diff --git a/pppd/plugins/passprompt.c b/pppd/plugins/passprompt.c
index 35398a9..14a199f 100644
--- a/pppd/plugins/passprompt.c
+++ b/pppd/plugins/passprompt.c
@@ -13,6 +13,7 @@
#include <unistd.h>
#include <sys/wait.h>
#include <sys/param.h>
+#include <limits.h>
#include <syslog.h>
#include <pppd/pppd.h>