|
From: <sv...@va...> - 2014-09-05 18:36:34
|
Author: florian
Date: Fri Sep 5 18:36:26 2014
New Revision: 14468
Log:
The purpose of the test is to see whether the exported header files
compile OK with gcc -ansi. Therefore, add drd.h
Modified:
trunk/none/tests/ansi.c
Modified: trunk/none/tests/ansi.c
==============================================================================
--- trunk/none/tests/ansi.c (original)
+++ trunk/none/tests/ansi.c Fri Sep 5 18:36:26 2014
@@ -7,6 +7,7 @@
#include "valgrind.h"
#include "../../memcheck/memcheck.h"
#include "../../helgrind/helgrind.h"
+#include "../../drd/drd.h"
int main(void)
{
|