include <isc/net.h> so that -UWANT_IPV6 compiles correctly.

This commit is contained in:
lukem 2005-01-10 02:14:46 +00:00
parent 4ae6a6d6f4
commit c6f2cec0b0
1 changed files with 5 additions and 1 deletions

View File

@ -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>