Include namespace.h to make this build in nbcompat.
This commit is contained in:
parent
994154b2ab
commit
6a616765e1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sha2.c,v 1.2 2005/08/20 20:52:52 elad Exp $ */
|
||||
/* $NetBSD: sha2.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */
|
||||
/* $KAME: sha2.c,v 1.9 2003/07/20 00:28:38 itojun Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -36,6 +36,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <crypto/sha2.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sha256hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */
|
||||
/* $NetBSD: sha256hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */
|
||||
|
||||
/*
|
||||
* ----------------------------------------------------------------------------
|
||||
|
@ -9,6 +9,8 @@
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sha384hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */
|
||||
/* $NetBSD: sha384hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */
|
||||
|
||||
/*
|
||||
* ----------------------------------------------------------------------------
|
||||
|
@ -9,6 +9,8 @@
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sha512hl.c,v 1.2 2005/08/24 12:08:45 tron Exp $ */
|
||||
/* $NetBSD: sha512hl.c,v 1.3 2005/08/26 15:58:17 elad Exp $ */
|
||||
|
||||
/*
|
||||
* ----------------------------------------------------------------------------
|
||||
|
@ -9,6 +9,8 @@
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "namespace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue