diff options
author | Damien Miller <djm@mindrot.org> | 2003-06-05 18:52:47 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-06-05 18:52:47 +1000 |
commit | c28e38d23a3d074e02c1f63b64569a31d499a0e8 (patch) | |
tree | f3e1582ecddf28f770a1ed84c26d64177e735656 /ssh.h | |
parent | b95bb7f9b13905ade12cac848e34339ae8a1cc2f (diff) |
- (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ | |||
20 | #include <stdarg.h> /* For va_list */ | 20 | #include <stdarg.h> /* For va_list */ |
21 | #include <syslog.h> /* For LOG_AUTH and friends */ | 21 | #include <syslog.h> /* For LOG_AUTH and friends */ |
22 | #include <sys/socket.h> /* For struct sockaddr_storage */ | 22 | #include <sys/socket.h> /* For struct sockaddr_storage */ |
23 | #include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */ | ||
24 | #ifdef HAVE_SYS_SELECT_H | 23 | #ifdef HAVE_SYS_SELECT_H |
25 | # include <sys/select.h> | 24 | # include <sys/select.h> |
26 | #endif | 25 | #endif |