bsp/beagle: Fix some warnings

The extra includes in console_*.c are to solve a 'no previous prototype'
warning.

Solves #2212 in trac.
This commit is contained in:
Ben Gras
2014-12-15 13:35:26 +01:00
parent b2a78a3ec4
commit 1e587f7d6d
5 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
#include <termios.h>
#include <rtems/termiostypes.h>
#include <rtems/console.h>
#include <libchip/serial.h>
#include "console_private.h"