build: Fixed build on Windows.

This commit is contained in:
Andreas Schneider
2011-01-11 11:07:17 +01:00
parent 9140242cbe
commit bb5f5281c0

View File

@@ -24,11 +24,12 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#ifndef _WIN32
#include <arpa/inet.h>
#include <unistd.h>
#endif
#include "libssh/priv.h"
#include "libssh/ssh1.h"
#include "libssh/buffer.h"