mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-08 18:49:50 +00:00
- Fix undefined fd_set type in ssh.h from Povl H. Pedersen
<pope@netguide.dk>
This commit is contained in:
parent
e8852919f9
commit
365199d8a5
@ -1,3 +1,7 @@
|
||||
19991222
|
||||
- Fix undefined fd_set type in ssh.h from Povl H. Pedersen
|
||||
<pope@netguide.dk>
|
||||
|
||||
19991221
|
||||
- Integration of large HPUX patch from Andre Lucas
|
||||
<andre.lucas@dial.pipex.com>. Integrating it had a few other
|
||||
|
6
ssh.h
6
ssh.h
@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* RCSID("$Id: ssh.h,v 1.20 1999/12/13 23:47:16 damien Exp $"); */
|
||||
/* RCSID("$Id: ssh.h,v 1.21 1999/12/21 13:12:39 damien Exp $"); */
|
||||
|
||||
#ifndef SSH_H
|
||||
#define SSH_H
|
||||
@ -21,7 +21,9 @@
|
||||
#include <netinet/in.h> /* For struct sockaddr_in */
|
||||
#include <pwd.h> /* For struct pw */
|
||||
#include <stdarg.h> /* For va_list */
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
#include "rsa.h"
|
||||
#include "cipher.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user