]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined.
authorBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:43:50 +0000 (14:43 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:43:50 +0000 (14:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11327

drd/drd_bitmap.h

index f903945c0c0c4472c98f05d208f533635e748076..21bf7e10d8589f23d599adcc8ab334a8e8e5cbfb 100644 (file)
@@ -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