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)