From: Bart Van Assche Date: Thu, 2 Sep 2010 14:43:50 +0000 (+0000) Subject: Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. X-Git-Tag: svn/VALGRIND_3_6_0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdf916e0555f7655eb6d274b47e7ad37892ce98;p=thirdparty%2Fvalgrind.git Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11327 --- diff --git a/drd/drd_bitmap.h b/drd/drd_bitmap.h index f903945c0c..21bf7e10d8 100644 --- a/drd/drd_bitmap.h +++ b/drd/drd_bitmap.h @@ -31,6 +31,9 @@ #include "pub_tool_basics.h" #include "pub_tool_oset.h" #include "pub_tool_libcbase.h" +#ifdef ENABLE_DRD_CONSISTENCY_CHECKS +#include "pub_tool_libcassert.h" +#endif /* Bitmap representation. A bitmap is a data structure in which two bits are