1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-19 01:27:59 +03:00

include libssh_config.h to get the configure vars in.

This commit is contained in:
Guenter Knauf
2007-04-26 23:59:14 +00:00
parent 40970adb53
commit 145bbabb96
13 changed files with 54 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: sftp_mkdir_nonblock.c,v 1.2 2007/04/26 22:59:29 gknauf Exp $
* $Id: sftp_mkdir_nonblock.c,v 1.3 2007/04/26 23:59:15 gknauf Exp $
*
* Sample showing how to do SFTP non-blocking mkdir.
*
@@ -11,6 +11,7 @@
#include <libssh2.h>
#include <libssh2_sftp.h>
#include <libssh2_config.h>
#ifdef HAVE_WINSOCK2_H
# include <winsock2.h>