From: Florian Krohm Date: Fri, 5 Sep 2014 18:36:26 +0000 (+0000) Subject: The purpose of the test is to see whether the exported header files X-Git-Tag: svn/VALGRIND_3_10_0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd34e32cb352dffe7c593ee5a55a8d8a7bc9e8ae;p=thirdparty%2Fvalgrind.git The purpose of the test is to see whether the exported header files compile OK with gcc -ansi. Therefore, add drd.h git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14468 --- diff --git a/none/tests/ansi.c b/none/tests/ansi.c index 6c0112ce85..e5b67d4c93 100644 --- a/none/tests/ansi.c +++ b/none/tests/ansi.c @@ -7,6 +7,7 @@ #include "valgrind.h" #include "../../memcheck/memcheck.h" #include "../../helgrind/helgrind.h" +#include "../../drd/drd.h" int main(void) {