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:
parent
3f5e05f024
commit
8ba775b0a3
@ -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
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "torture/torture.h"
|
||||
#include "torture/local/proto.h"
|
||||
#include "../asn1.h"
|
||||
|
||||
struct oid_data {
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "torture/torture.h"
|
||||
#include "torture/local/proto.h"
|
||||
|
||||
static bool test_string(struct torture_context *tctx)
|
||||
{
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "torture/torture.h"
|
||||
#include "torture/local/proto.h"
|
||||
#include "lib/util/dlinklist.h"
|
||||
|
||||
struct listel {
|
||||
|
@ -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..."
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "torture/torture.h"
|
||||
#include "torture/local/proto.h"
|
||||
|
||||
static void dummy_reseed(void *userdata, int *d)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "torture/torture.h"
|
||||
#include "torture/local/proto.h"
|
||||
#include "param/param.h"
|
||||
|
||||
struct test_list_element {
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user