From 861df15904a7c8f6863d1a7312bca5a17cf4cb29 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 6 Jul 2000 22:13:15 +0000 Subject: [PATCH] The includes were in the wrong order, causing digital unix to fail. --- lib/lwres/getnameinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lwres/getnameinfo.c b/lib/lwres/getnameinfo.c index 9953cb3060..faf3a4e080 100644 --- a/lib/lwres/getnameinfo.c +++ b/lib/lwres/getnameinfo.c @@ -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 + #include #include #include -#include - #include #include