aboutsummaryrefslogtreecommitdiffstats
path: root/main/ppp/fix-pppd-magic.h.patch
blob: 01a89d5204118f10c1371e04e6766d45500eef28 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pppd/magic.h	2019-12-31 02:31:26.000000000 +0100
+++ b/pppd/magic.h	2020-02-06 20:52:49.263657502 +0100
@@ -42,6 +42,8 @@
  * $Id: magic.h,v 1.5 2003/06/11 23:56:26 paulus Exp $
  */
 
+#include <sys/cdefs.h>
+
 void magic_init (void);	/* Initialize the magic number generator */
 u_int32_t magic (void);	/* Returns the next magic number */