]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
assert: only include acconfig.h ifdef __CEPH__
authorSage Weil <sage@newdream.net>
Tue, 3 Aug 2010 16:42:26 +0000 (09:42 -0700)
committerSage Weil <sage@newdream.net>
Tue, 3 Aug 2010 16:42:26 +0000 (09:42 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/include/assert.h

index 060352aa26af07c47c86a1bf36f04cf4ef6fca3b..695d37ae5a79773cfc9315418fea0056dcd951ee 100644 (file)
@@ -3,7 +3,9 @@
 
 #include <features.h>
 
-#include "acconfig.h"
+#ifdef __CEPH__
+# include "acconfig.h"
+#endif
 
 /*
  * atomic_ops.h includes the system assert.h, which will redefine