From 899f7f9af527d3dfe8345dcc8210d7c23fc950af Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 11 Oct 1999 14:12:31 +0000 Subject: [PATCH] ah, oops. need stdargs.h for va_list type. --- lib/isc/include/isc/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index 623a2a754b..724806242b 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -15,13 +15,14 @@ * SOFTWARE. */ -/* $Id: log.h,v 1.2 1999/10/11 13:16:42 tale Exp $ */ +/* $Id: log.h,v 1.3 1999/10/11 14:12:31 tale Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 #include #include +#include #include #include