Added an include of sys/types.h to get u_int32_t and so on.
This commit is contained in:
parent
be0f4cfb13
commit
b6db42eac8
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue