summaryrefslogtreecommitdiff
path: root/source3/lib/util_tsock.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-28 17:26:40 +0200
committerGünther Deschner <gd@samba.org>2011-04-29 12:19:04 +0200
commit12476223c6aa7473c55bcf529639eefce8450680 (patch)
tree678b93f94543e5b75216c5dd19b0dae985cbcf33 /source3/lib/util_tsock.c
parentbc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57 (diff)
downloadsamba-12476223c6aa7473c55bcf529639eefce8450680.tar.gz
samba-12476223c6aa7473c55bcf529639eefce8450680.tar.bz2
samba-12476223c6aa7473c55bcf529639eefce8450680.zip
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Guenther
Diffstat (limited to 'source3/lib/util_tsock.c')
-rw-r--r--source3/lib/util_tsock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_tsock.c b/source3/lib/util_tsock.c
index 1cb88c67bd..dce2092868 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;