From: Sage Weil Date: Tue, 3 Aug 2010 16:42:26 +0000 (-0700) Subject: assert: only include acconfig.h ifdef __CEPH__ X-Git-Tag: v0.21.1~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22a7d42b58231e5e7ae0838c9ca55ea2e9dd9441;p=ceph.git assert: only include acconfig.h ifdef __CEPH__ Signed-off-by: Sage Weil --- diff --git a/src/include/assert.h b/src/include/assert.h index 060352aa26a..695d37ae5a7 100644 --- a/src/include/assert.h +++ b/src/include/assert.h @@ -3,7 +3,9 @@ #include -#include "acconfig.h" +#ifdef __CEPH__ +# include "acconfig.h" +#endif /* * atomic_ops.h includes the system assert.h, which will redefine