~ubuntu-branches/ubuntu/vivid/libssh2/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/ssh2.c

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2009-09-28 19:10:36 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090928191036-9i9bg6ujqgtipmd7
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifdef HAVE_WINSOCK2_H
11
11
# include <winsock2.h>
12
12
#endif
 
13
#ifdef HAVE_SYS_SOCKET_H
 
14
# include <sys/socket.h>
 
15
#endif
13
16
#ifdef HAVE_NETINET_IN_H
14
17
# include <netinet/in.h>
15
18
#endif
16
 
#ifdef HAVE_SYS_SOCKET_H
17
 
# include <sys/socket.h>
18
 
#endif
19
19
# ifdef HAVE_UNISTD_H
20
20
#include <unistd.h>
21
21
#endif