]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
The purpose of the test is to see whether the exported header files
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Sep 2014 18:36:26 +0000 (18:36 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Sep 2014 18:36:26 +0000 (18:36 +0000)
compile OK with gcc -ansi.  Therefore, add drd.h

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14468

none/tests/ansi.c

index 6c0112ce85cbe93aac1627f3a27cdbdba34105aa..e5b67d4c930e0abdc69399e35c2d013f644e739b 100644 (file)
@@ -7,6 +7,7 @@
 #include "valgrind.h"
 #include "../../memcheck/memcheck.h"
 #include "../../helgrind/helgrind.h"
+#include "../../drd/drd.h"
 
 int main(void)
 {