mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
a missing #include "assert_p.h" caused a compile failure.
This commit is contained in:
parent
3f358cfc9f
commit
089b7bf0a5
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Reference in a new issue