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/rtmonuse/getall.c | 4 ++++ testsuites/libtests/rtmonuse/init.c | 4 ++++ testsuites/libtests/rtmonuse/task1.c | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'testsuites/libtests/rtmonuse') diff --git a/testsuites/libtests/rtmonuse/getall.c b/testsuites/libtests/rtmonuse/getall.c index b2ce0f72cc..aace20f66c 100644 --- a/testsuites/libtests/rtmonuse/getall.c +++ b/testsuites/libtests/rtmonuse/getall.c @@ -16,6 +16,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" void Get_all_counters() diff --git a/testsuites/libtests/rtmonuse/init.c b/testsuites/libtests/rtmonuse/init.c index 5dd3b2f967..1a512cd14c 100644 --- a/testsuites/libtests/rtmonuse/init.c +++ b/testsuites/libtests/rtmonuse/init.c @@ -21,6 +21,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" diff --git a/testsuites/libtests/rtmonuse/task1.c b/testsuites/libtests/rtmonuse/task1.c index 4b1f7e3fc3..00a614534a 100644 --- a/testsuites/libtests/rtmonuse/task1.c +++ b/testsuites/libtests/rtmonuse/task1.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" #include -- cgit v1.2.3