From e70eae2b4c987eb413f085c7b3250a152769670e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 25 Mar 2006 16:23:42 +0000 Subject: r14721: Fix a couple of warnings. (This used to be commit 426ac78108b35adc8412d12d2d888c3d5ddf4171) --- source4/torture/local/socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local') diff --git a/source4/torture/local/socket.c b/source4/torture/local/socket.c index acea977331..9a29ef0fec 100644 --- a/source4/torture/local/socket.c +++ b/source4/torture/local/socket.c @@ -25,6 +25,7 @@ #include "lib/events/events.h" #include "system/network.h" #include "netif/netif.h" +#include "torture/torture.h" #define CHECK_STATUS(status, correct) do { \ if (!NT_STATUS_EQUAL(status, correct)) { \ -- cgit