From 12476223c6aa7473c55bcf529639eefce8450680 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Apr 2011 17:26:40 +0200 Subject: s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. Guenther --- source3/lib/util_tsock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/util_tsock.c') diff --git a/source3/lib/util_tsock.c b/source3/lib/util_tsock.c index 1cb88c67bd0..dce20928680 100644 --- a/source3/lib/util_tsock.c +++ b/source3/lib/util_tsock.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../lib/tsocket/tsocket.h" struct tstream_read_packet_state { struct tevent_context *ev; -- cgit From 50883cfeb4eed3d538f71443060745f8747044c9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Apr 2011 17:38:09 +0200 Subject: s3-tevent: only include ../lib/util/tevent wrappers where needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 --- source3/lib/util_tsock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/util_tsock.c') diff --git a/source3/lib/util_tsock.c b/source3/lib/util_tsock.c index dce20928680..35a97f5e692 100644 --- a/source3/lib/util_tsock.c +++ b/source3/lib/util_tsock.c @@ -19,6 +19,7 @@ #include "includes.h" #include "../lib/tsocket/tsocket.h" +#include "../lib/util/tevent_unix.h" struct tstream_read_packet_state { struct tevent_context *ev; -- cgit