mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
Fixed missing include of assert.h in RWLock interface
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
This commit is contained in:
parent
b9a35b3c74
commit
f92d7bb64e
@ -18,6 +18,7 @@
|
||||
#define CEPH_RWLock_Posix__H
|
||||
|
||||
#include <pthread.h>
|
||||
#include <include/assert.h>
|
||||
#include "lockdep.h"
|
||||
|
||||
class RWLock
|
||||
|
Loading…
Reference in New Issue
Block a user