From: Günther Deschner Date: Tue, 26 Apr 2011 12:58:01 +0000 (+0200) Subject: s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop. X-Git-Tag: samba-3.6.0pre3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e6e0a4a9931cf1c1a5a83a4453de77acd11231f;p=thirdparty%2Fsamba.git s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Apr 26 16:41:17 CEST 2011 on sn-devel-104 (cherry picked from commit 633dbabe912f43fd4199453720fab299ccfefe03) (cherry picked from commit dfe0029521f67163bdea3f82ccd90d91f82d74e6) --- diff --git a/source3/utils/smbget.c b/source3/utils/smbget.c index fc65b3b570f..c1ff16bd049 100644 --- a/source3/utils/smbget.c +++ b/source3/utils/smbget.c @@ -17,6 +17,7 @@ along with this program. If not, see . */ #include "includes.h" +#include "system/filesys.h" #include "popt_common.h" #include "libsmbclient.h"