From 9e94d2a9febdb788aad7d2086194d776306b17c9 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 31 Dec 2001 20:20:28 +0000 Subject: [PATCH] When compiling for userland, need for abort() prototype (noticed by gcc 3.1). --- sys/crypto/rijndael/rijndael-api-fst.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/crypto/rijndael/rijndael-api-fst.c b/sys/crypto/rijndael/rijndael-api-fst.c index 596d06d2667a..ec9338bb5625 100644 --- a/sys/crypto/rijndael/rijndael-api-fst.c +++ b/sys/crypto/rijndael/rijndael-api-fst.c @@ -1,4 +1,4 @@ -/* $NetBSD: rijndael-api-fst.c,v 1.9 2001/11/15 09:48:02 lukem Exp $ */ +/* $NetBSD: rijndael-api-fst.c,v 1.10 2001/12/31 20:20:28 thorpej Exp $ */ /* $KAME: rijndael-api-fst.c,v 1.8 2001/03/02 05:53:05 itojun Exp $ */ /* @@ -17,12 +17,13 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rijndael-api-fst.c,v 1.9 2001/11/15 09:48:02 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rijndael-api-fst.c,v 1.10 2001/12/31 20:20:28 thorpej Exp $"); #include #ifdef _KERNEL #include #else +#include #include #endif #include