From dfe5c6a271a2cfa01327c969de9651203406dd33 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 12 Jul 2006 02:02:07 +0000 Subject: r16966: Fix compile warnings. Andrew Bartlett (This used to be commit 7b8240e8fddb49ccad61f9994e6e22e387c16a9e) --- source4/torture/local/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c index 0a2fdc2b2b..67712e3ee7 100644 --- a/source4/torture/local/torture.c +++ b/source4/torture/local/torture.c @@ -23,6 +23,8 @@ #include "includes.h" #include "torture/torture.h" #include "system/wait.h" +#include "lib/events/events.h" +#include "libcli/raw/libcliraw.h" #include "torture/util.h" static BOOL test_tempdir(struct torture_context *torture, -- cgit