mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
a missing #include "assert_p.h" caused a compile failure.
This commit is contained in:
parent
3f358cfc9f
commit
089b7bf0a5
@ -70,7 +70,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
|
||||
static char rcsid[] = "$Id: lwinetaton.c,v 1.6 2000/06/27 18:02:12 bwelling Exp $";
|
||||
static char rcsid[] = "$Id: lwinetaton.c,v 1.7 2000/06/28 22:57:42 bwelling Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <config.h>
|
||||
@ -82,6 +82,8 @@ static char rcsid[] = "$Id: lwinetaton.c,v 1.6 2000/06/27 18:02:12 bwelling Exp
|
||||
#include <lwres/int.h>
|
||||
#include <lwres/net.h>
|
||||
|
||||
#include "assert_p.h"
|
||||
|
||||
/*
|
||||
* Check whether "cp" is a valid ascii representation
|
||||
* of an Internet address and convert to a binary address.
|
||||
|
Loading…
x
Reference in New Issue
Block a user