- (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.

This commit is contained in:
Darren Tucker 2006-08-05 19:18:08 +10:00
parent 92350103fc
commit 2b4e38b712
2 changed files with 5 additions and 1 deletions

View File

@ -120,6 +120,7 @@
Typo in comment
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
on Cygwin.
- (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
20060804
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@ -5190,4 +5191,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4470 2006/08/05 09:08:16 dtucker Exp $
$Id: ChangeLog,v 1.4471 2006/08/05 09:18:08 dtucker Exp $

View File

@ -38,6 +38,9 @@
#include "includes.h"
#include <string.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#ifndef HAVE_GETNAMEINFO
int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
size_t hostlen, char *serv, size_t servlen, int flags)