mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
torture: Fix compilation with cmockery.
This commit is contained in:
@@ -33,11 +33,12 @@
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <setjmp.h>
|
||||
#include <google/cmockery.h>
|
||||
|
||||
#include "libssh/priv.h"
|
||||
#include "libssh/sftp.h"
|
||||
|
||||
#include <google/cmockery.h>
|
||||
|
||||
/* Used by main to communicate with parse_opt. */
|
||||
struct argument_s {
|
||||
char *args[2];
|
||||
|
||||
Reference in New Issue
Block a user