From e6e10b96f9d2ac9935eaffd1f7a11a45d3f9a5e6 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Jun 2000 03:11:01 +0000 Subject: [PATCH] protect assert.h from check-includes.pl removal recommendation --- lib/lwres/assert_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lwres/assert_p.h b/lib/lwres/assert_p.h index f17c41bcf4..f87ede6d7d 100644 --- a/lib/lwres/assert_p.h +++ b/lib/lwres/assert_p.h @@ -15,12 +15,12 @@ * SOFTWARE. */ -/* $Id: assert_p.h,v 1.5 2000/06/22 21:59:22 tale Exp $ */ +/* $Id: assert_p.h,v 1.6 2000/06/23 03:11:01 tale Exp $ */ #ifndef LWRES_ASSERT_P_H #define LWRES_ASSERT_P_H 1 -#include +#include /* Required for assert() prototype. */ #define REQUIRE(x) assert(x) #define INSIST(x) assert(x)