linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pppd: add missing header for musl
@ 2020-03-31  3:40 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2020-03-31  3:40 UTC (permalink / raw)
  To: linux-ppp

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-31  3:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31  3:40 [PATCH] pppd: add missing header for musl Rosen Penev

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 NNTP newsgroup(s).