1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

From: Alexander Lamaison <swish@lammy.co.uk>

Make the public headers includable on their own
This commit is contained in:
Daniel Stenberg
2009-07-17 23:40:32 +02:00
parent 686db51284
commit 35a9d4bc62
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
#ifndef LIBSSH2_SFTP_H
#define LIBSSH2_SFTP_H 1
#include "libssh2.h"
#ifndef WIN32
#include <unistd.h>
#endif