From 633dbabe912f43fd4199453720fab299ccfefe03 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 26 Apr 2011 14:58:01 +0200 Subject: s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 fc65b3b570..c1ff16bd04 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" -- cgit