summaryrefslogtreecommitdiff
path: root/source3/include/locking.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-16 15:34:40 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-18 12:05:00 +1000
commitea5a9b21fb384524c8370c6d7a712b35e170fd06 (patch)
tree4bb1bd7ed4b2fefe9f866a11c44fd72476e9d870 /source3/include/locking.h
parent19fb796960da0e6101a520036a2e610baa4515fd (diff)
downloadsamba-ea5a9b21fb384524c8370c6d7a712b35e170fd06.tar.gz
samba-ea5a9b21fb384524c8370c6d7a712b35e170fd06.tar.bz2
samba-ea5a9b21fb384524c8370c6d7a712b35e170fd06.zip
s3-build: move file_id.c into samba3-util and create a private header
Diffstat (limited to 'source3/include/locking.h')
-rw-r--r--source3/include/locking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h
index 77a04eee2b..b003b55aa4 100644
--- a/source3/include/locking.h
+++ b/source3/include/locking.h
@@ -45,7 +45,7 @@ struct lock_context {
struct files_struct;
-#include "../librpc/gen_ndr/file_id.h"
+#include "lib/file_id.h"
struct byte_range_lock {
struct files_struct *fsp;