From: Sage Weil Date: Wed, 31 Aug 2011 16:53:49 +0000 (-0700) Subject: crypto: reinclude our assert to clobber system one X-Git-Tag: v0.35~158 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ae3e13617c9a63d12d12c8506daefd2be14677d;p=ceph.git crypto: reinclude our assert to clobber system one Signed-off-by: Sage Weil --- diff --git a/src/common/ceph_crypto.h b/src/common/ceph_crypto.h index 23a058997aca..32961616e6cd 100644 --- a/src/common/ceph_crypto.h +++ b/src/common/ceph_crypto.h @@ -14,6 +14,10 @@ # include # include # include + +// reinclude our assert to clobber the system one +# include "include/assert.h" + namespace ceph { namespace crypto { void assert_init();