ports/security/libssh/files/patch-server.c
Li-Wen Hsu b9bf0908c3 Add libssh 0.2, a library implementing the SSH1 and SSH2 protocol.
PR:		ports/133657
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-04-12 17:47:48 +00:00

11 lines
290 B
C

--- libssh/server.c.orig 2009-04-12 20:06:06.000000000 +1000
+++ libssh/server.c 2009-04-12 20:06:16.000000000 +1000
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>