1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

changed to configure defines to control inclusion of headers from libssh2_config.h.

This commit is contained in:
Guenter Knauf
2007-04-12 22:20:18 +00:00
parent 159c351d05
commit f33375bc03
3 changed files with 16 additions and 6 deletions

View File

@@ -36,7 +36,9 @@
*/
#include "libssh2_priv.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* {{{ libssh2_ntohu32
*/