summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/brlock.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-19 11:58:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:48 -0500
commitf40182cb123c91d4bc8fd3dbf9c3cca615f72c31 (patch)
tree977493d8c32588c0609cba48be66f7a3bc516370 /source4/ntvfs/common/brlock.c
parentfaf800d871b72ca4938c5f392d8b6183cce16e9d (diff)
downloadsamba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.gz
samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.bz2
samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.zip
r20897: fix compiler warnings
metze (This used to be commit 5ac562e1e0e8de03c8bcd083a1822b31667c5e21)
Diffstat (limited to 'source4/ntvfs/common/brlock.c')
-rw-r--r--source4/ntvfs/common/brlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c
index e483a6ba9b..8397c3bdd3 100644
--- a/source4/ntvfs/common/brlock.c
+++ b/source4/ntvfs/common/brlock.c
@@ -33,7 +33,7 @@
#include "lib/messaging/irpc.h"
#include "libcli/libcli.h"
#include "cluster/cluster.h"
-#include "ntvfs/common/brlock.h"
+#include "ntvfs/common/ntvfs_common.h"
static const struct brlock_ops *ops;