diff options
author | Günther Deschner <gd@samba.org> | 2011-04-26 14:58:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-26 16:41:17 +0200 |
commit | 633dbabe912f43fd4199453720fab299ccfefe03 (patch) | |
tree | 816817a9870b52b840d5cb846acc75337f785aa8 | |
parent | 77ea148f7fca0b3d19fa5d4ec99010bba55c618d (diff) | |
download | samba-633dbabe912f43fd4199453720fab299ccfefe03.tar.gz samba-633dbabe912f43fd4199453720fab299ccfefe03.tar.bz2 samba-633dbabe912f43fd4199453720fab299ccfefe03.zip |
s3-utils: Fix Bug #8106. Fix the build of smbget on HP NonStop.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Apr 26 16:41:17 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/utils/smbget.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ #include "includes.h" +#include "system/filesys.h" #include "popt_common.h" #include "libsmbclient.h" |