summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios/init.c
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/termios/init.c
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 'testsuites/libtests/termios/init.c')
-rw-r--r--testsuites/libtests/termios/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index eb7045bf31..932c527f32 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -38,7 +38,7 @@
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <unistd.h>