|
From: <sv...@va...> - 2008-05-01 15:00:11
|
Author: bart Date: 2008-05-01 16:00:16 +0100 (Thu, 01 May 2008) New Revision: 7978 Log: Added #include <stdio.h>. Modified: trunk/exp-drd/tests/drd_bitmap_test.c Modified: trunk/exp-drd/tests/drd_bitmap_test.c =================================================================== --- trunk/exp-drd/tests/drd_bitmap_test.c 2008-05-01 14:59:41 UTC (rev 7977) +++ trunk/exp-drd/tests/drd_bitmap_test.c 2008-05-01 15:00:16 UTC (rev 7978) @@ -1,4 +1,5 @@ #include <assert.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include "coregrind/m_oset.c" |