diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c index 41cd12cd82..07893204bc 100644 --- a/lib/lwres/gethost.c +++ b/lib/lwres/gethost.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: gethost.c,v 1.19 2000/06/27 00:24:12 bwelling Exp $ */ +/* $Id: gethost.c,v 1.20 2000/06/27 23:13:26 bwelling Exp $ */ #include @@ -27,6 +27,8 @@ #include +#include "assert_p.h" + #define LWRES_ALIGNBYTES (sizeof(char *) - 1) #define LWRES_ALIGN(p) \ (((unsigned long)(p) + LWRES_ALIGNBYTES) &~ LWRES_ALIGNBYTES)