mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:59:59 -04:00
stdlib.h needed on HP/UX for abs()
This commit is contained in:
parent
6028d1ce03
commit
7bb0f11636
1 changed files with 2 additions and 1 deletions
|
|
@ -16,11 +16,12 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: tsig.c,v 1.56 2000/05/08 19:23:20 tale Exp $
|
||||
* $Id: tsig.c,v 1.57 2000/05/08 19:30:10 tale Exp $
|
||||
* Principal Author: Brian Wellington
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h> /* Required for abs(). */
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/once.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue