bsp: Include missing <sys/param.h>

Update #2833.
This commit is contained in:
Sebastian Huber
2017-06-12 15:40:37 +02:00
parent 74a13c86ea
commit 0af8bb6c37
6 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include <rtems.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <bsp/irq.h>
#include <libchip/cs8900.h>

View File

@@ -1,5 +1,6 @@
/*Note: this file is copy from 7312 BSP, and untested yet*/
#include <rtems.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <bsp/irq.h>
#include <libchip/cs8900.h>

View File

@@ -110,6 +110,7 @@
#include <inttypes.h>
#include <rtems/rtems_bsdnet.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>

View File

@@ -59,6 +59,7 @@ static inline void *rmalloc(size_t l) { return malloc(l); }
static inline void rfree(void *p) { return free(p); }
#define _KERNEL
#include <sys/param.h>
#include <sys/mbuf.h>
static void

View File

@@ -5,6 +5,7 @@
#include <rtems.h>
#include <rtems/rtems_bsdnet_internal.h>
#include <bsp.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include "mv64340_eth_ll.h"

View File

@@ -62,6 +62,7 @@
#endif
#include <rtems/rtems_bsdnet.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>