From 7bb0f11636e097c7c5fff0fcd3c0cc11f679e7a3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 May 2000 19:30:10 +0000 Subject: [PATCH] stdlib.h needed on HP/UX for abs() --- lib/dns/tsig.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 7365fcc193..4a9372002c 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -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 +#include /* Required for abs(). */ #include #include