From 803e57da44e826e1adbf5f9743633273285d30f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Sep 2007 13:16:46 +0000 Subject: r25159: fix missing declarations warning metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138) --- source4/torture/smb2/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c index 8c55813c8c..946368a2ed 100644 --- a/source4/torture/smb2/util.c +++ b/source4/torture/smb2/util.c @@ -27,6 +27,8 @@ #include "system/time.h" #include "librpc/gen_ndr/ndr_security.h" #include "param/param.h" + +#include "torture/torture.h" #include "torture/smb2/proto.h" -- cgit