2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* console/console.c: Include <rtems/termiostypes.h>.
This commit is contained in:
Ralf Corsepius
2009-09-30 04:09:04 +00:00
parent feb6a01da6
commit 8d2cfda427
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Include <rtems/termiostypes.h>.
2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Reflect termios_baud_to_number having been * console/console.c: Reflect termios_baud_to_number having been

View File

@@ -27,6 +27,7 @@
#include <termios.h> #include <termios.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <rtems/termiostypes.h>
#include <rtems/m68k/m68360.h> #include <rtems/m68k/m68360.h>
/* /*