diff --git a/ChangeLog b/ChangeLog index 47891b52d..8e9c59041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ Patch from larsch@trustcenter.de - (djm) Bug #589 - scard-opensc: load only keys with a private keys Patch from larsch@trustcenter.de + - (dtucker) Add includes.h to fake-rfc2553.c so it will build. 20030604 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from @@ -471,4 +472,4 @@ - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. Report from murple@murple.net, diagnosis from dtucker@zip.com.au -$Id: ChangeLog,v 1.2787 2003/06/05 09:19:35 djm Exp $ +$Id: ChangeLog,v 1.2788 2003/06/05 09:37:30 dtucker Exp $ 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,