From 76d6c9e54f9ae5cc3f33d5fa9c21200effebc99b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Jun 2000 03:02:41 +0000 Subject: [PATCH] protect isc/formatcheck.h from check-includes.pl removal recommendation --- lib/isc/include/isc/print.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/print.h b/lib/isc/include/isc/print.h index 33a45f617f..c342ca2527 100644 --- a/lib/isc/include/isc/print.h +++ b/lib/isc/include/isc/print.h @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: print.h,v 1.7 2000/06/22 21:57:54 tale Exp $ */ +/* $Id: print.h,v 1.8 2000/06/23 03:02:41 tale Exp $ */ #ifndef ISC_PRINT_H #define ISC_PRINT_H 1 @@ -24,7 +24,7 @@ *** Imports ***/ -#include +#include /* Required for ISC_FORMAT_PRINTF() macro. */ #include #include