From: Paul Mackerras Date: Wed, 30 Dec 2020 01:04:11 +0000 (+1100) Subject: pppd: Fix compilation with uclibc X-Git-Tag: ppp-2.4.9~43 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=d83b03f5ced8aa26ad937fb87d606e7c10cdc859 pppd: Fix compilation with uclibc is needed in pppd.h to define va_list. Signed-off-by: Paul Mackerras --- diff --git a/pppd/pppd.h b/pppd/pppd.h index 6cdffe8..b5f3ad2 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -52,6 +52,7 @@ #include /* for FILE */ #include /* for encrypt */ #include /* for setkey */ +#include #include /* for NGROUPS_MAX */ #include /* for MAXPATHLEN and BSD4_4, if defined */ #include /* for u_int32_t, if defined */