summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task1.cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/rtems++/Task1.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/rtems++/Task1.cc b/testsuites/libtests/rtems++/Task1.cc
index 880b23590f..3ab355ef3e 100644
--- a/testsuites/libtests/rtems++/Task1.cc
+++ b/testsuites/libtests/rtems++/Task1.cc
@@ -22,6 +22,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include <string.h>
#include "System.h"