2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Missing #include "assert_p.h"

This commit is contained in:
Brian Wellington
2000-06-27 23:13:26 +00:00
parent a1f8303b1b
commit 2ef7b73fd5

View File

@@ -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 <config.h>
@@ -27,6 +27,8 @@
#include <lwres/netdb.h>
#include "assert_p.h"
#define LWRES_ALIGNBYTES (sizeof(char *) - 1)
#define LWRES_ALIGN(p) \
(((unsigned long)(p) + LWRES_ALIGNBYTES) &~ LWRES_ALIGNBYTES)