mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
include <stddef.h> so we have NULL. Ugh.
This commit is contained in:
parent
5b64759e40
commit
7eab320180
1 changed files with 3 additions and 1 deletions
|
|
@ -70,13 +70,15 @@
|
|||
|
||||
#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.1 2000/02/04 06:02:50 halley Exp $";
|
||||
static char rcsid[] = "$Id: lwinetaton.c,v 1.2 2000/02/04 06:50:06 halley Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <lwres/int.h>
|
||||
#include <lwres/net.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue