diff options
author | Volker Lendecke <vl@samba.org> | 2011-04-18 13:53:51 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-04-18 14:40:07 +0200 |
commit | 83a0b94cf8c3a1a96d6060c21f0c93dfb67640d8 (patch) | |
tree | 7db8ecf3fa6fa1ea3b9c8fd6ab708ae6cc1a3927 | |
parent | 7cc02cf870aa6301c55a78cff630d46d86abf434 (diff) | |
download | samba-83a0b94cf8c3a1a96d6060c21f0c93dfb67640d8.tar.gz samba-83a0b94cf8c3a1a96d6060c21f0c93dfb67640d8.tar.bz2 samba-83a0b94cf8c3a1a96d6060c21f0c93dfb67640d8.zip |
s3: Fix the build of vfs_gpfs.c
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Apr 18 14:40:07 CEST 2011 on sn-devel-104
-rw-r--r-- | source3/modules/vfs_gpfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index 39969e221b..c38d7c2337 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -24,6 +24,7 @@ #include "includes.h" #include "smbd/smbd.h" #include "librpc/gen_ndr/ndr_xattr.h" +#include "include/smbprofile.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |