From bc3a27d3b42a64b6bf92803fb6aa005924213e61 Mon Sep 17 00:00:00 2001 From: Ryan Thomas McBride Date: Mon, 28 May 2007 06:31:02 +0000 Subject: Users of arc4random() should include dev/rndvar.h directly. ok dlg claudio --- sys/net/if_spppsubr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/net/if_spppsubr.c') diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 79250cd0d3f..0eb6f1020bb 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_spppsubr.c,v 1.50 2007/05/20 18:54:15 canacar Exp $ */ +/* $OpenBSD: if_spppsubr.c,v 1.51 2007/05/28 06:31:01 mcbride Exp $ */ /* * Synchronous PPP/Cisco link level subroutines. * Keepalive protocol implemented in both Cisco and PPP modes. @@ -56,6 +56,9 @@ #include #include +/* for arc4random() */ +#include + #if defined (__FreeBSD__) || defined(__OpenBSD_) || defined(__NetBSD__) #include #endif -- cgit v1.2.3