summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rtems++/Init.cc')
-rw-r--r--testsuites/libtests/rtems++/Init.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/rtems++/Init.cc b/testsuites/libtests/rtems++/Init.cc
index e939b22c2e..affb99e763 100644
--- a/testsuites/libtests/rtems++/Init.cc
+++ b/testsuites/libtests/rtems++/Init.cc
@@ -21,6 +21,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define CONFIGURE_INIT
#include "System.h"