Added an include of sys/types.h to get u_int32_t and so on.

This commit is contained in:
elric 2002-09-08 07:41:01 +00:00
parent be0f4cfb13
commit b6db42eac8
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: des_cbc.c,v 1.5 2001/11/13 01:40:09 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: des_cbc.c,v 1.6 2002/09/08 07:41:01 elric Exp $");
#include <sys/types.h>
#include <crypto/des/des_locl.h>