- (dtucker) Add includes.h to fake-rfc2553.c so it will build.

This commit is contained in:
Darren Tucker 2003-06-05 19:37:30 +10:00
parent 76b5c8a83a
commit 4aff13f1e7
2 changed files with 5 additions and 2 deletions

View File

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

View File

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