diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-08 05:49:42 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-08 05:49:42 +0000 |
commit | 853695369cdb3a6a7cb02ae8e7a856f1698191fa (patch) | |
tree | 4e76f06458dab944b3a24fac8c04cbd63ac9fa2d /sys/netinet6/nd6_rtr.c | |
parent | 42a9dd64d14660270f8634b720bb393220ba674f (diff) |
Missing rndvar.h
Diffstat (limited to 'sys/netinet6/nd6_rtr.c')
-rw-r--r-- | sys/netinet6/nd6_rtr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index 3264eb16e84..1534e62a748 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6_rtr.c,v 1.2 1999/12/10 10:04:28 angelos Exp $ */ +/* $OpenBSD: nd6_rtr.c,v 1.3 2000/01/08 05:49:41 angelos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -40,6 +40,7 @@ #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/syslog.h> +#include <dev/rndvar.h> #include <net/if.h> #include <net/if_types.h> |