From 633dbabe912f43fd4199453720fab299ccfefe03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 26 Apr 2011 14:58:01 +0200 Subject: [PATCH] s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Apr 26 16:41:17 CEST 2011 on sn-devel-104 --- source3/utils/smbget.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.4.GIT