bring proto into scope
authorderaadt <deraadt@openbsd.org>
Mon, 20 Mar 2000 15:29:53 +0000 (15:29 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 20 Mar 2000 15:29:53 +0000 (15:29 +0000)
sys/kern/init_main.c

index 81d2e8d..b6827c1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: init_main.c,v 1.48 2000/03/17 10:25:21 angelos Exp $  */
+/*     $OpenBSD: init_main.c,v 1.49 2000/03/20 15:29:53 deraadt Exp $  */
 /*     $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $   */
 
 /*
@@ -98,6 +98,7 @@
 
 #if defined(CRYPTO)
 #include <crypto/crypto.h>
+#include <crypto/cryptosoft.h>
 #endif
 
 #if defined(NFSSERVER) || defined(NFSCLIENT)