1
1

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

ssize_t from there
Этот коммит содержится в:
Daniel Stenberg 2007-06-10 21:26:58 +00:00
родитель a5109ee5ba
Коммит 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