summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/ldap/cldapbench.c1
-rw-r--r--source4/torture/local/socket.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ldap/cldapbench.c b/source4/torture/ldap/cldapbench.c
index fc45f883e7..c49e4eb687 100644
--- a/source4/torture/ldap/cldapbench.c
+++ b/source4/torture/ldap/cldapbench.c
@@ -24,6 +24,7 @@
#include "lib/events/events.h"
#include "libcli/cldap/cldap.h"
#include "libcli/resolve/resolve.h"
+#include "torture/torture.h"
struct bench_state {
int pass_count, fail_count;
diff --git a/source4/torture/local/socket.c b/source4/torture/local/socket.c
index acea977331..9a29ef0fec 100644
--- a/source4/torture/local/socket.c
+++ b/source4/torture/local/socket.c
@@ -25,6 +25,7 @@
#include "lib/events/events.h"
#include "system/network.h"
#include "netif/netif.h"
+#include "torture/torture.h"
#define CHECK_STATUS(status, correct) do { \
if (!NT_STATUS_EQUAL(status, correct)) { \