summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authordjm <djm>2003-06-05 08:52:47 +0000
committerdjm <djm>2003-06-05 08:52:47 +0000
commiteabac4b91e6369b4447cec207274192e06e5b78d (patch)
tree6c1714510367ca71e3538a5fe4643301fd785c63 /ssh.h
parentc3978af9dc622bbb9c47c8e54c3fe093b1ce8874 (diff)
downloadopenssh-eabac4b91e6369b4447cec207274192e06e5b78d.tar.gz
- (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 0a6ad131..a2d47e1e 100644
--- a/ssh.h
+++ b/ssh.h
@@ -20,7 +20,6 @@
#include <stdarg.h> /* For va_list */
#include <syslog.h> /* For LOG_AUTH and friends */
#include <sys/socket.h> /* For struct sockaddr_storage */
-#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif