1
1

Fixed build warnings on Windows.

Этот коммит содержится в:
Andreas Schneider 2010-03-25 16:47:45 +01:00
родитель 8dd4972fda
Коммит 0689304cff

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

@ -26,6 +26,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#ifndef _WIN32
#include <arpa/inet.h>
#endif
#include "libssh/priv.h"
#include "libssh/ssh1.h"
#include "libssh/buffer.h"