mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:49:59 -04:00
#include <config.h>
This commit is contained in:
parent
3f40de5598
commit
a8f061d5c6
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: hash.c,v 1.3 2003/07/29 04:22:53 marka Exp $ */
|
||||
/* $Id: hash.c,v 1.4 2003/07/29 04:31:23 marka Exp $ */
|
||||
|
||||
/*
|
||||
* Some portion of this code was derived from universal hash function
|
||||
|
|
@ -58,6 +58,8 @@ or otherwise) arising in any way out of the use of this software, even
|
|||
if advised of the possibility of such damage.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/entropy.h>
|
||||
#include <isc/hash.h>
|
||||
#include <isc/mem.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue