blocked unistd.h inclusion for Win32 builds.

This commit is contained in:
Guenter Knauf 2007-04-12 22:10:12 +00:00
parent 0c060e1ccb
commit 86ca80028b

@ -38,7 +38,9 @@
#ifndef LIBSSH2_SFTP_H
#define LIBSSH2_SFTP_H 1
#ifndef WIN32
#include <unistd.h>
#endif
#ifdef __cplusplus
extern "C" {