Fixed build warnings on Windows.

This commit is contained in:
Andreas Schneider
2010-03-25 16:47:45 +01:00
parent 8dd4972fda
commit 0689304cff

View File

@@ -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"