aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-12-27 07:14:08 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-12-27 07:14:08 +0100
commit7d26f7ceab52bd196a6ed38e11c3add7e9baf753 (patch)
treed5c09f9d2988e714f4340759b32df23ada992d24
parent90893fd1a3f046cc9752ce5b2642718d4d8ddbe8 (diff)
downloadlibssh-7d26f7ceab52bd196a6ed38e11c3add7e9baf753.tar.gz
libssh-7d26f7ceab52bd196a6ed38e11c3add7e9baf753.tar.xz
libssh-7d26f7ceab52bd196a6ed38e11c3add7e9baf753.zip
torture: Fix compilation with cmockery.
-rw-r--r--tests/torture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/torture.h b/tests/torture.h
index b4fce84..b9cbf9e 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -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];