summaryrefslogtreecommitdiff
path: root/sys/netinet6/frag6.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-08 05:28:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-08 05:28:09 +0000
commit1215229b1854b1c195c9883ab2f313992f940b19 (patch)
treefc3716f974102f4693dba251d97939efe495f51f /sys/netinet6/frag6.c
parent135167ec385829214912ab8141857391df6e5ce3 (diff)
pull in arc4random() prototype
Diffstat (limited to 'sys/netinet6/frag6.c')
-rw-r--r--sys/netinet6/frag6.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
index 3e78c8d8eb3..e33f260741d 100644
--- a/sys/netinet6/frag6.c
+++ b/sys/netinet6/frag6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frag6.c,v 1.3 2000/01/08 04:49:22 deraadt Exp $ */
+/* $OpenBSD: frag6.c,v 1.4 2000/01/08 05:28:08 deraadt Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -52,6 +52,8 @@
#include <net/net_osdep.h>
+#include <dev/rndvar.h>
+
/*
* Define it to get a correct behavior on per-interface statistics.
* You will need to perform an extra routing table lookup, per fragment,