1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00

s4:lib/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 4e5404967e
commit 9594cf67b1
3 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include "torture/torture.h"
#include "cluster/cluster.h"
#include "param/param.h"
#include "torture/local/proto.h"
const uint32_t MSG_ID1 = 1, MSG_ID2 = 2;

View File

@ -25,7 +25,7 @@
#include "torture/torture.h"
#include "cluster/cluster.h"
#include "param/param.h"
#include "torture/local/proto.h"
static uint32_t msg_pong;

View File

@ -25,6 +25,7 @@
#include "system/network.h"
#include "lib/socket/netif.h"
#include "torture/torture.h"
#include "torture/local/proto.h"
#include "param/param.h"
#include "libcli/resolve/resolve.h"