diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 22:34:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 45364f5e69c4ef00f6870e11213da930e802b6d0 (patch) | |
tree | 0c8095f8f5b1dfddca8c1de03152dfdb06c0f3d5 /source3/modules/perfcount_test.c | |
parent | 8c24ebf371d8aff4742a2ba063a8789e20eaaabc (diff) | |
download | samba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.gz samba-45364f5e69c4ef00f6870e11213da930e802b6d0.tar.xz samba-45364f5e69c4ef00f6870e11213da930e802b6d0.zip |
s3-vfs: include smbd/smbd.h in vfs modules.
Guenther
Diffstat (limited to 'source3/modules/perfcount_test.c')
-rw-r--r-- | source3/modules/perfcount_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/perfcount_test.c b/source3/modules/perfcount_test.c index 67be4aa9c6..c0b53360c7 100644 --- a/source3/modules/perfcount_test.c +++ b/source3/modules/perfcount_test.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "smbd/smbd.h" #define PARM_PC_TEST_TYPE "pc_test" #define PARM_DUMPON_COUNT "count" |