torture: Fix compilation with cmockery.

This commit is contained in:
Andreas Schneider
2011-12-27 07:14:08 +01:00
parent 90893fd1a3
commit 7d26f7ceab

View File

@@ -33,11 +33,12 @@
#include <stdarg.h> #include <stdarg.h>
#include <stddef.h> #include <stddef.h>
#include <setjmp.h> #include <setjmp.h>
#include <google/cmockery.h>
#include "libssh/priv.h" #include "libssh/priv.h"
#include "libssh/sftp.h" #include "libssh/sftp.h"
#include <google/cmockery.h>
/* Used by main to communicate with parse_opt. */ /* Used by main to communicate with parse_opt. */
struct argument_s { struct argument_s {
char *args[2]; char *args[2];