1
1

build: Fixed some build warnings on FreeBSD.

Этот коммит содержится в:
Andreas Schneider 2010-12-20 15:45:49 +01:00
родитель 1922341e2a
Коммит bffaa86664
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -27,6 +27,7 @@
#ifdef _WIN32
#include <ws2tcpip.h>
#else
#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif

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

@ -28,6 +28,9 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifndef _WIN32
#include <netinet/in.h>
#endif
#include "libssh/priv.h"
#include "libssh/libssh.h"