2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

The includes were in the wrong order, causing digital unix to fail.

This commit is contained in:
Brian Wellington
2000-07-06 22:13:15 +00:00
parent 23efeb1a58
commit 861df15904

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: getnameinfo.c,v 1.21 2000/07/06 21:42:05 bwelling Exp $ */
/* $Id: getnameinfo.c,v 1.22 2000/07/06 22:13:15 bwelling Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -57,13 +57,13 @@
* but INRIA implementation returns EAI_xxx defined for getaddrinfo().
*/
#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <config.h>
#include <stdio.h>
#include <string.h>