1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

Fix config.h includes

We need stdlib.h and string.h in priv.h for free() and memset().

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2017-10-28 14:31:37 +02:00
parent d3834f69bc
commit f0ddde4826
47 changed files with 92 additions and 21 deletions

View File

@ -1,3 +1,5 @@
#include "config.h"
#define LIBSSH_STATIC
#include "torture.h"