summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtems++/Task2.cc')
-rw-r--r--testsuites/libtests/rtems++/Task2.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/rtems++/Task2.cc b/testsuites/libtests/rtems++/Task2.cc
index 56a7348c7f..50cab64252 100644
--- a/testsuites/libtests/rtems++/Task2.cc
+++ b/testsuites/libtests/rtems++/Task2.cc
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "System.h"
Task2::Task2(const char* name,