From 3e739ae95f4407f20a5429caf6875633531bdfd8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Oct 2014 09:42:18 +0200 Subject: testsuites: Move include for C++ compatibility --- testsuites/support/include/tmacros.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index 2ba008e948..91f23e0e02 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -25,11 +25,12 @@ #include #include +#include + #ifdef __cplusplus extern "C" { #endif - #define FOREVER 1 /* infinite loop */ #ifdef CONFIGURE_INIT @@ -38,8 +39,6 @@ extern "C" { #define TEST_EXTERN extern #endif -#include - /* * Check that that the dispatch disable level is proper for the * mode/state of the test. Normally it should be 0 when in task space. -- cgit v1.2.3