1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

lib/util/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 3f5e05f024
commit 8ba775b0a3
11 changed files with 11 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "libcli/raw/libcliraw.h"
#include "param/param.h"
#include "torture/util.h"
#include "torture/local/proto.h"
#include "talloc.h"
#if HAVE_NATIVE_ICONV

View File

@ -23,6 +23,7 @@
#include "includes.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#include "../asn1.h"
struct oid_data {

View File

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

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#include "lib/util/dlinklist.h"
struct listel {

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#define TEST_FILENAME "utilfile.test"
#define TEST_LINE1 "This is list line 1..."

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
static void dummy_reseed(void *userdata, int *d)
{

View File

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

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#include "../lib/util/parmlist.h"
static bool test_get_int(struct torture_context *tctx)

View File

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

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#include "param/param.h"
struct test_list_element {

View File

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