1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-24 19:37:48 +03:00

tests: It is enough to include libssh.h for torture_init.

This commit is contained in:
Andreas Schneider
2010-12-29 21:02:51 +01:00
parent 887d201bd3
commit 08906e0f7f

View File

@@ -1,7 +1,7 @@
#define LIBSSH_STATIC
#include "torture.h"
#include "init.c"
#include "libssh/libssh.h"
static void torture_ssh_init(void **state) {
int rc;