summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 15:33:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 15:33:09 +0000
commit7bc026e60841486b872c6eea91863cbb56f10a00 (patch)
tree32bba24137fd83ea726828145349b4833d0ff9eb /c/src/lib/libbsp/shared/console.c
parent2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7bc026e60841486b872c6eea91863cbb56f10a00.tar.bz2
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* console.c: Include <rtems/error.h> for rtems_panic().
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/console.c b/c/src/lib/libbsp/shared/console.c
index 75cb2612b2..93ba6f9d98 100644
--- a/c/src/lib/libbsp/shared/console.c
+++ b/c/src/lib/libbsp/shared/console.c
@@ -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"