summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_rtr.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-08 05:49:42 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-08 05:49:42 +0000
commit853695369cdb3a6a7cb02ae8e7a856f1698191fa (patch)
tree4e76f06458dab944b3a24fac8c04cbd63ac9fa2d /sys/netinet6/nd6_rtr.c
parent42a9dd64d14660270f8634b720bb393220ba674f (diff)
Missing rndvar.h
Diffstat (limited to 'sys/netinet6/nd6_rtr.c')
-rw-r--r--sys/netinet6/nd6_rtr.c3
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>