From 99f4a6454356c563704c6acb762679a6afa90737 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 00:03:01 +0100 Subject: s3-trans2: only include trans2.h where needed. Guenther --- source3/libsmb/clifile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/clifile.c') diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 6e4cf90e51..3ffe520fa7 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -21,6 +21,7 @@ #include "includes.h" #include "async_smb.h" #include "libsmb/clirap.h" +#include "trans2.h" /*********************************************************** Common function for pushing stings, used by smb_bytes_push_str() -- cgit