From 4aff13f1e7122ee41ee32a2388894936b54dcf4e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 5 Jun 2003 19:37:30 +1000 Subject: - (dtucker) Add includes.h to fake-rfc2553.c so it will build. --- openbsd-compat/fake-rfc2553.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/fake-rfc2553.c') diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c index ca13a40bc..95fded3f9 100644 --- a/openbsd-compat/fake-rfc2553.c +++ b/openbsd-compat/fake-rfc2553.c @@ -6,7 +6,9 @@ * that ai_family is AF_INET. Don't use it for another purpose. */ -RCSID("$Id: fake-rfc2553.c,v 1.1 2003/06/05 08:52:48 djm Exp $"); +#include "includes.h" + +RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $"); #ifndef HAVE_GETNAMEINFO int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, -- cgit v1.2.3