Include missing <rtems/bspIo.h>

This commit is contained in:
Sebastian Huber
2017-08-25 11:00:32 +02:00
parent 1f22b26945
commit a97d77c187
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/bspIo.h>
#include <at91rm9200.h>
#include <at91rm9200_emac.h>
#include <at91rm9200_gpio.h>

View File

@@ -16,6 +16,7 @@
#include <bsp/irq-generic.h>
#include <stdio.h>
#include <string.h>
#include <rtems/bspIo.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/status-checks.h>
#include <sys/param.h>

View File

@@ -20,6 +20,7 @@
#include <string.h>
#include <errno.h>
#include <rtems/error.h>
#include <rtems/bspIo.h>
#include <rtems/rtems_bsdnet.h>
#include <sys/param.h>

View File

@@ -57,6 +57,7 @@
#include <stdlib.h>
#include <rtems/error.h>
#include <rtems/bspIo.h>
#include <rtems/rtems_bsdnet.h>
#include <sys/param.h>
#include <sys/mbuf.h>