bsp/leon3: Include missing header file

This commit is contained in:
Sebastian Huber
2014-09-05 09:27:56 +02:00
parent 07b4594cb4
commit b802353c33

View File

@@ -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;