From bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 06:59:29 +0000 Subject: r5304: removed lib/socket/socket.h from includes.h (This used to be commit b902ea546d2d1327b23f40ddaeeaa8e7e3662454) --- source4/torture/local/socket.c | 1 + source4/torture/nbt/register.c | 1 + source4/torture/nbt/wins.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/local/socket.c b/source4/torture/local/socket.c index 6a6f867fa0..3b4707b06a 100644 --- a/source4/torture/local/socket.c +++ b/source4/torture/local/socket.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "lib/socket/socket.h" #define CHECK_STATUS(status, correct) do { \ if (!NT_STATUS_EQUAL(status, correct)) { \ diff --git a/source4/torture/nbt/register.c b/source4/torture/nbt/register.c index a8be5dbb9a..dbbe1d3e87 100644 --- a/source4/torture/nbt/register.c +++ b/source4/torture/nbt/register.c @@ -23,6 +23,7 @@ #include "includes.h" #include "libcli/nbt/libnbt.h" #include "librpc/gen_ndr/ndr_nbt.h" +#include "lib/socket/socket.h" #define CHECK_VALUE(v, correct) do { \ if ((v) != (correct)) { \ diff --git a/source4/torture/nbt/wins.c b/source4/torture/nbt/wins.c index 62efcd3e97..313a46b02a 100644 --- a/source4/torture/nbt/wins.c +++ b/source4/torture/nbt/wins.c @@ -23,6 +23,7 @@ #include "includes.h" #include "libcli/nbt/libnbt.h" #include "librpc/gen_ndr/ndr_nbt.h" +#include "lib/socket/socket.h" #define CHECK_VALUE(v, correct) do { \ if ((v) != (correct)) { \ -- cgit