diff options
Diffstat (limited to 'source3/include/locking.h')
-rw-r--r-- | source3/include/locking.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h index 5504da6dc3..77a04eee2b 100644 --- a/source3/include/locking.h +++ b/source3/include/locking.h @@ -31,6 +31,8 @@ enum brl_flavour {WINDOWS_LOCK = 0, POSIX_LOCK = 1}; #define IS_PENDING_LOCK(type) ((type) == PENDING_READ_LOCK || (type) == PENDING_WRITE_LOCK) +#include "librpc/gen_ndr/server_id.h" + /* This contains elements that differentiate locks. The smbpid is a client supplied pid, and is essentially the locking context for this client */ |