diff options
| author | riastradh <riastradh@NetBSD.org> | 2015-04-13 22:46:57 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2015-04-13 22:46:57 +0000 |
| commit | 0260301263a1637ef46583dee791bbe0f4fb2c19 (patch) | |
| tree | f31c412777b19ed8890076352a27d0c2e503a70d /sys | |
| parent | 98ce834549ea7d82db85e293426d5e8a2b5b198f (diff) | |
Include <sys/rndsource.h> for rnd_add_data.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/net/if_ethersubr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index e8c1ba26ba0..2c1331c7ea3 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ethersubr.c,v 1.206 2015/04/03 07:55:18 ozaki-r Exp $ */ +/* $NetBSD: if_ethersubr.c,v 1.207 2015/04/13 22:46:57 riastradh Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.206 2015/04/03 07:55:18 ozaki-r Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.207 2015/04/13 22:46:57 riastradh Exp $"); #include "opt_inet.h" #include "opt_atalk.h" @@ -94,6 +94,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_ethersubr.c,v 1.206 2015/04/03 07:55:18 ozaki-r E #include <sys/intr.h> #include <sys/device.h> #include <sys/rnd.h> +#include <sys/rndsource.h> #include <net/if.h> #include <net/netisr.h> |
