summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/System.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:12 +0000
commit1b2203001f7160e3e63b5c8c715b1ab5abae770c (patch)
tree8de324bde8f44f3c8d7652ce297b74c19ffa8cb6 /testsuites/libtests/rtems++/System.h
parent * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-1b2203001f7160e3e63b5c8c715b1ab5abae770c.tar.bz2
* cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/rtems++/System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/rtems++/System.h b/testsuites/libtests/rtems++/System.h
index 53ad2d24b0..9cfe1950fb 100644
--- a/testsuites/libtests/rtems++/System.h
+++ b/testsuites/libtests/rtems++/System.h
@@ -130,6 +130,6 @@ class Io_during_interrupt
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */