bsp/motorola_powerpc: Include <sys/param.h>

Update #3598.
This commit is contained in:
Sebastian Huber
2018-11-09 10:48:48 +01:00
parent 028853637f
commit fdd3b85022
4 changed files with 4 additions and 0 deletions
@@ -14,6 +14,7 @@
*/
#include <rtems/system.h>
#include <sys/param.h>
#include <sys/types.h>
#include <string.h>
#include "bootldr.h"
@@ -37,6 +37,7 @@
#include <rtems/bspIo.h>
#include <sys/param.h>
#include <sys/types.h>
#include <libcpu/spr.h>
#include "bootldr.h"
@@ -13,6 +13,7 @@
* http://www.rtems.org/license/LICENSE.
*/
#include <sys/param.h>
#include <sys/types.h>
#include <rtems/bspIo.h>
#include <libcpu/spr.h>
@@ -14,6 +14,7 @@
*/
#include <rtems/system.h>
#include <sys/param.h>
#include <sys/types.h>
#include <libcpu/byteorder.h>
#include <libcpu/mmu.h>