summaryrefslogtreecommitdiff
path: root/sshconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.h')
-rw-r--r--sshconnect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshconnect.h b/sshconnect.h
index c1b07390b..0b3896f9d 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.h,v 1.21 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: sshconnect.h,v 1.22 2006/07/08 21:47:12 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -27,6 +27,7 @@
27#define SSHCONNECT_H 27#define SSHCONNECT_H
28 28
29#include <sys/types.h> 29#include <sys/types.h>
30#include <sys/socket.h>
30 31
31#include <pwd.h> 32#include <pwd.h>
32 33