1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-08 07:33:19 +03:00

s4:param/tests: add missing #include "torture/local/proto.h"

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher
2014-02-27 09:08:17 +01:00
committed by Andrew Bartlett
parent cc1c1f5b10
commit cdaa33dd38
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include "param/share.h"
#include "param/param.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
static bool test_create(struct torture_context *tctx)
{

View File

@@ -23,6 +23,7 @@
#include "param/share.h"
#include "param/param.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
static bool test_list_empty(struct torture_context *tctx,
const void *tcase_data,