include sys/types.h since the compile breaks on Linux otherwise - we need
ssize_t from there
This commit is contained in:
parent
a5109ee5ba
commit
d073a4ea52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user