include <isc/net.h> so that -UWANT_IPV6 compiles correctly.
This commit is contained in:
parent
4ae6a6d6f4
commit
c6f2cec0b0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ntp_intres.c,v 1.4 2003/12/04 16:23:37 drochner Exp $ */
|
||||
/* $NetBSD: ntp_intres.c,v 1.5 2005/01/10 02:14:46 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* ripped off from ../ntpres/ntpres.c by Greg Troxel 4/2/92
|
||||
|
@ -29,6 +29,10 @@
|
|||
#include "ntp_stdlib.h"
|
||||
#include "ntp_syslog.h"
|
||||
|
||||
/* Don't include ISC's version of IPv6 variables and structures */
|
||||
#define ISC_IPV6_H 1
|
||||
#include <isc/net.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <netdb.h>
|
||||
|
|
Loading…
Reference in New Issue