From: Eivind Næss Date: Sat, 16 Oct 2021 19:49:53 +0000 (-0700) Subject: Fixup in merge/rebase, had to remove duplicate use of pppdconf.h X-Git-Tag: ppp-2.5.0~36^2~6 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=1d3327b87170d5d8db4a5ad06b465925cff4488a Fixup in merge/rebase, had to remove duplicate use of pppdconf.h Signed-off-by: Eivind Næss --- 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 #include #include +#include #include #include