From 23b39c80a693f37b3bc75f651080b2b686f10b60 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 May 2008 15:00:16 +0000 Subject: [PATCH] Added #include . git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7978 --- exp-drd/tests/drd_bitmap_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exp-drd/tests/drd_bitmap_test.c b/exp-drd/tests/drd_bitmap_test.c index fc3281181..4cda0ab04 100644 --- a/exp-drd/tests/drd_bitmap_test.c +++ b/exp-drd/tests/drd_bitmap_test.c @@ -1,4 +1,5 @@ #include +#include #include #include #include "coregrind/m_oset.c"