summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index ddcb5381b..a91312a81 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,12 +13,14 @@ Generic header file for ssh.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: ssh.h,v 1.8 1999/11/08 23:28:04 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.9 1999/11/10 23:40:23 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
20 20
21/* Added by Dan */ 21#include <netinet/in.h> /* For struct sockaddr_in */
22#include <pwd.h> /* For struct pw */
23
22#ifndef SHUT_RDWR 24#ifndef SHUT_RDWR
23enum 25enum
24{ 26{