[rtems commit] bsp/leon3: Include missing header file
Sebastian Huber
sebh at rtems.org
Mon Sep 8 06:46:32 UTC 2014
Module: rtems
Branch: master
Commit: b802353c33574815a565117dd48ec95a47f0bd5f
Changeset: http://git.rtems.org/rtems/commit/?id=b802353c33574815a565117dd48ec95a47f0bd5f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Sep 5 09:27:56 2014 +0200
bsp/leon3: Include missing header file
---
.../libbsp/sparc/leon3/console/printk_support.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/leon3/console/printk_support.c b/c/src/lib/libbsp/sparc/leon3/console/printk_support.c
index 03021c7..685a193 100644
--- a/c/src/lib/libbsp/sparc/leon3/console/printk_support.c
+++ b/c/src/lib/libbsp/sparc/leon3/console/printk_support.c
@@ -22,6 +22,7 @@
#include <assert.h>
#include <stdio.h>
#include <apbuart.h>
+#include <apbuart_termios.h>
int debug_uart_index __attribute__((weak)) = 0;
static struct apbuart_regs *dbg_uart = NULL;
More information about the vc
mailing list