linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rosen Penev <rosenp@gmail.com>
To: linux-ppp@vger.kernel.org
Subject: [PATCH] pppd: add missing header for musl
Date: Tue, 31 Mar 2020 03:40:20 +0000	[thread overview]
Message-ID: <20200331034020.3457868-1-rosenp@gmail.com> (raw)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 pppd/pppd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pppd/pppd.h b/pppd/pppd.h
index b31b78d..50c0e95 100644
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
@@ -53,6 +53,7 @@
 #include <stdlib.h>		/* for encrypt */
 #include <unistd.h>		/* for setkey */
 #include <limits.h>		/* for NGROUPS_MAX */
+#include <sys/cdefs.h>		/* for __P */
 #include <sys/param.h>		/* for MAXPATHLEN and BSD4_4, if defined */
 #include <sys/types.h>		/* for u_int32_t, if defined */
 #include <sys/time.h>		/* for struct timeval */
-- 
2.25.1

                 reply	other threads:[~2020-03-31  3:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200331034020.3457868-1-rosenp@gmail.com \
    --to=rosenp@gmail.com \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).