From 7d3f9c646a0e33d77bf60b0335ba122e143622f1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 07:37:03 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/libtests/block10/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/block10') diff --git a/testsuites/libtests/block10/init.c b/testsuites/libtests/block10/init.c index fd0a6a2d83..18af160be1 100644 --- a/testsuites/libtests/block10/init.c +++ b/testsuites/libtests/block10/init.c @@ -19,6 +19,10 @@ * http://www.rtems.com/license/LICENSE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit v1.2.3