]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixed missing include of assert.h in RWLock interface
authorSebastien Ponce <sebastien.ponce@cern.ch>
Tue, 20 May 2014 15:58:20 +0000 (17:58 +0200)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 5 Jun 2014 17:07:16 +0000 (10:07 -0700)
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/common/RWLock.h

index 9fe566fb44c8b3017bdd6c7b17d750f99219d160..66eda7e846f52acfa2e5f9b0226324ee4d6286e5 100644 (file)
@@ -18,6 +18,7 @@
 #define CEPH_RWLock_Posix__H
 
 #include <pthread.h>
+#include <include/assert.h>
 #include "lockdep.h"
 
 class RWLock