summaryrefslogtreecommitdiff
path: root/pppd
diff options
context:
space:
mode:
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>