2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

stdlib.h needed on HP/UX for abs()

This commit is contained in:
David Lawrence
2000-05-08 19:30:10 +00:00
parent 6028d1ce03
commit 7bb0f11636

View File

@@ -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>