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

include sys/types.h since the compile breaks on Linux otherwise - we need

ssize_t from there
This commit is contained in:
Daniel Stenberg
2007-06-10 21:26:58 +00:00
parent a5109ee5ba
commit d073a4ea52

View File

@@ -45,6 +45,7 @@ extern "C" {
#include <stddef.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
/* Allow alternate API prefix from CFLAGS or calling app */
#ifndef LIBSSH2_API