2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* console.c: Include <rtems/error.h> for rtems_panic().
This commit is contained in:
Ralf Corsepius
2011-10-20 15:33:09 +00:00
parent 9356119583
commit 7bc026e608
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* console.c: Include <rtems/error.h> for rtems_panic().
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* console.c: RTEMS_DEBUG is a define, not a variable.

View File

@@ -24,6 +24,7 @@
#include <termios.h>
#include <rtems/termiostypes.h>
#include <rtems/error.h> /* rtems_panic */
#include <libchip/serial.h>
#include "console_private.h"