need arc4random proto
authorderaadt <deraadt@openbsd.org>
Sat, 8 Feb 1997 09:58:27 +0000 (09:58 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 8 Feb 1997 09:58:27 +0000 (09:58 +0000)
sys/netiso/tuba_subr.c

index 0bc3fa9..8a495df 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tuba_subr.c,v 1.3 1996/03/04 10:36:49 mickey Exp $    */
+/*     $OpenBSD: tuba_subr.c,v 1.4 1997/02/08 09:58:27 deraadt Exp $   */
 /*     $NetBSD: tuba_subr.c,v 1.7 1996/02/13 22:12:32 christos Exp $   */
 
 /*
@@ -69,6 +69,7 @@
 #include <netiso/iso_pcb.h>
 #include <netiso/iso_var.h>
 #include <netiso/tuba_table.h>
+#include <dev/rndvar.h>
 
 #include <machine/stdarg.h>