]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added #include <stdio.h>.
authorBart Van Assche <bvanassche@acm.org>
Thu, 1 May 2008 15:00:16 +0000 (15:00 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 1 May 2008 15:00:16 +0000 (15:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7978

exp-drd/tests/drd_bitmap_test.c

index fc32811814bca468aa5c82fdd82499f02e83f372..4cda0ab0492d84b77c0480d456799eacd3b84254 100644 (file)
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include "coregrind/m_oset.c"