1
1

libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@108 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Jean-Philippe Garcia Ballester 2007-01-04 16:46:37 +00:00
родитель fdce3776eb
Коммит 28eaaa537b

Просмотреть файл

@ -27,6 +27,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>
#include <string.h>