summaryrefslogtreecommitdiff
path: root/source3/smbd/perfcount.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 16:57:01 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit8c24ebf371d8aff4742a2ba063a8789e20eaaabc (patch)
tree40c5d5fcd3552757d9c3d32747bb32c128c0b7a0 /source3/smbd/perfcount.c
parentef990a1701646197abcc0cdc61bb07df6210f950 (diff)
downloadsamba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.gz
samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.bz2
samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.zip
s3: include smbd/smbd.h where needed.
Guenther
Diffstat (limited to 'source3/smbd/perfcount.c')
-rw-r--r--source3/smbd/perfcount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/perfcount.c b/source3/smbd/perfcount.c
index 434bdca426..3bc83b98d5 100644
--- a/source3/smbd/perfcount.c
+++ b/source3/smbd/perfcount.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include "smbd/smbd.h"
static struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;