bsps: Include missing <rtems/bspIo.h>

This commit is contained in:
Sebastian Huber
2016-06-24 14:31:29 +02:00
parent 50a56dff13
commit 1c77a36f11
12 changed files with 18 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#define NO_BSP_INIT
#include <bsp.h>
#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <rtems/console.h>

View File

@@ -12,6 +12,7 @@
#include <termios.h>
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <rtems/console.h>
#include <rtems/termiostypes.h>