From 1d3327b87170d5d8db4a5ad06b465925cff4488a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eivind=20N=C3=A6ss?= Date: Sat, 16 Oct 2021 12:49:53 -0700 Subject: [PATCH] Fixup in merge/rebase, had to remove duplicate use of pppdconf.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eivind Næss --- pppd/Makefile.am | 1 - pppd/plugins/passprompt.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2